[Tutor] Coding for AP configuration

Kent Johnson kent37 at tds.net
Mon Feb 5 16:59:52 CET 2007


govind goyal wrote:
> Hello,
>  
> I am a beginner in python.I am working as S/W tester relating to WI-FI 
> testing where we've to manually configure Access points(AP).
> I want to write a Automated Scripts to configure my AP through HTTP.
> Can any body suggest basic coding for this?

You can use urllib or urllib2 to make HTTP requests from Python. Here is 
a tutorial:
http://www.voidspace.org.uk/python/articles/urllib2.shtml

Kent



More information about the Tutor mailing list