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 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
