-
Notifications
You must be signed in to change notification settings - Fork 94
MNDP
Daniel Frantik edited this page Aug 23, 2020
·
4 revisions
- https://help.mikrotik.com/docs/display/ROS/Neighbor+discovery
- http://wirelessconnect.eu/articles/mndp
- https://hadler.me/cc/mikrotik-neighbor-discovery-mndp/
- https://github.com/xmegz/MndpTray/
Supported by tik4net (no open connection needed) - BETA.
var items = MndpHelper.Discover();
foreach(var item in items)
{
Console.WriteLine(item.IPV4 + " : " + item.Identity);
}