How to get netduino local ip list

Hi,
Can someone please explain me how can i get the list of all netduino devices connected on local network. We use netduino 3 ethernet edition.
Thanks

Hi,

The Netduino devices have the MAC address label on the underside so you can identify specific units and the MAC addresses are pretty easy to spot in a sorted list as they come from a fairly small range 5C-86-4A…-

On a Windows box from a command prompt you could run the ARP command and get a list of the devices the local LAN (assuming you have set the MAC addresses if has been cleared by a device update). ARP is available on other platforms as well as part of TCP/IP packaged utilitiess.

@KiwiBryn