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?
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