"govind goyal" <[EMAIL PROTECTED]> 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 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to