Re: [Tutor] Coding for AP configuration

2007-02-05 Thread Alan Gauld
"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

Re: [Tutor] Coding for AP configuration

2007-02-05 Thread Kent Johnson
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

Re: [Tutor] Coding for AP configuration

2007-02-05 Thread Christopher Arndt
govind goyal schrieb: > I want to write a Automated Scripts to configure my AP through HTTP. > Can any body suggest basic coding for this? Search the cheeseshop [1] for mechanoid and mechanize. Chris [1] http://cheeseshop.python.org/pypi/ ___ Tutor ma

[Tutor] Coding for AP configuration

2007-02-05 Thread govind goyal
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? Thanks. Best Regards, Govind Goyal _