Skip to content
Daniel Frantik edited this page Aug 23, 2020 · 4 revisions

The MikroTik Neighbor Discovery Protocol

Supported by tik4net (no open connection needed) - BETA.

var items = MndpHelper.Discover();
foreach(var item in items)
{
  Console.WriteLine(item.IPV4 + " : " + item.Identity);
}