以编程方式更改无线路由器设置 - 理想情况下是 Netgear [英] Programmatically changing wireless router settings - Netgear ideally

查看:117
本文介绍了以编程方式更改无线路由器设置 - 理想情况下是 Netgear的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用 C# 以编程方式更改 Netgear 无线路由器上的设置?我有经常更改的设置,我想创建自己的界面来进行这些更改.目前我导航到管理网页 (10.0.0.1),它提示我输入用户名和密码.在我进行身份验证后,我可以使用 Web 界面更改路由器的配置.

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.

如果 Netgear 无法做到这一点,是否有任何其他无线路由器为开发人员提供 API?

If this isn't possible with Netgear, do any outher wireless routers have an API for developers?

推荐答案

没有任何 API 可以做到这一点,但是您可以编写一些东西来向路由器发出 HTTP 请求以模拟正在使用的 webUI.

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.

这篇关于以编程方式更改无线路由器设置 - 理想情况下是 Netgear的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆