Programmatically changing wireless router settings - Netgear ideally
Posted
by Darvis Lombardo
on Stack Overflow
See other posts from Stack Overflow
or by Darvis Lombardo
Published on 2010-06-10T19:47:18Z
Indexed on
2010/06/10
19:52 UTC
Read the original article
Hit count: 183
Is it possible to programmatically change settings on a Netgear wireless router using C#? I have settings that I change often and I would like to create my own interface for making those changes. Currently I navigate to the admin web page (10.0.0.1) and it prompts me for a username and password. After I authenticate I can use the web interface to change the router's configuration.
If this isn't possible with Netgear, do any outher wireless routers have an API for developers?
Thanks!
Darvis
© Stack Overflow or respective owner