[Tutor] Python code to connect using PPPoE

Johan Geldenhuys johan at accesstel.co.za
Wed Jan 24 14:55:20 CET 2007


Kent,
I want to establish the connection with Python. I think in Linux you can use
a PPPoE package to make life easier, but I don't want to use the Kernel to
do that.

Johan 

-----Original Message-----
From: Kent Johnson [mailto:kent37 at tds.net] 
Sent: 24 January 2007 03:52 PM
To: johan at accesstel.co.za
Cc: tutor at python.org
Subject: Re: [Tutor] Python code to connect using PPPoE

Johan Geldenhuys wrote:
> Hi all,
>  
> I don't know if this the right place to ask the question, but I did 
> some Googling and struggled to get decent examples of code to use for 
> PPPoE connection.
>  
> I have a wireless modem that uses PPPoE to connect and want to use 
> Python to connect to the internet through this modem using PPPoE.
>  
> Does anybody know where I can get something like this? Is it in 
> Twisted or is there possibly a "cleaner" example of this?

I'm not too sure what you want to do. Are you trying to use Python to
establish the connection, or do you want to access the internet over an
established connection?

If it is the former, I don't have an answer for you. For the latter, check
out urllib, urllib2, httplib, etc.

Kent

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007/01/23
08:40 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007/01/23
08:40 PM
 



More information about the Tutor mailing list