Programmatically changing wireless router settings - Netgear ideally

后端 未结 7 1996
情深已故
情深已故 2021-02-07 05:00

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 ma

7条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 05:42

    There aren't any APIs out there to do this, but you can write something to make HTTP requests to the router to simulate the webUI being used.

    I'm guessing most consumer routers are probably pretty simple to talk to. Authentication is probably nothing more than basic realm.

提交回复
热议问题