ping local network with netduino (C#)

1.6k Views Asked by At

I need to ping different objects on my network with an netduino plus

any suggestions on what code would work best

Im trying to use using System.Net.NetworkInformation; but I don't have that library available to me (constraint of netduino framework?)

suggestions?

2

There are 2 best solutions below

1
On

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

0
On

I might have the solution for you:

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

I've started fiddling with the code to make it do what I want, but the work done by the others actually does ping resources on the network.