0

我需要使用 netduino plus ping 网络上的不同对象

关于什么代码最有效的任何建议

我正在尝试使用 System.Net.NetworkInformation;但我没有那个库可供我使用(netduino 框架的约束?)

建议?

4

2 回答 2

1

我可能有适合你的解决方案:

http://forums.netduino.com/index.php?/topic/2208-ping-a-host-on-the-network/page-2

我已经开始摆弄代码以使其做我想做的事,但其他人所做的工作实际上是在网络上 ping 资源。

于 2013-03-19T08:06:57.880 回答
1

This is an issue in Netduino project, but meanwhile someone created a library for Netduino which pings host. You can download ICMP library for Netduino here: http://www.blake-foster.com/projects/ICMPPing.zip

More information on this code is here: http://www.blake-foster.com/project.php?p=44

于 2013-01-24T22:38:15.720 回答