Programmatically changing wireless router settings - Netgear ideally

后端 未结 7 1911
情深已故
情深已故 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:35

    I'm unaware of any consumer-grade routers that have an API like that, but you could always build something that (ab)uses the Web interface to do what you want, using something like selenium-rc or watir

提交回复
热议问题