[Tutor] Coding for AP configuration
Alan Gauld
alan.gauld at btinternet.com
Mon Feb 5 20:08:40 CET 2007
"govind goyal" <govindgoyal at gmail.com> wrote
> I am a beginner in python.I am working as S/W tester relating to
> WI-FI
Welcome.
> 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?
That kind of depends on the API offered by your access points.
Assuming:
a) You are new to Python but not to programming, and
b) there is a web interface that you use manually then,
take a look at the urllib module documentation.
It allows you to send http messages to a server as if you were
using a browser.
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
More information about the Tutor
mailing list