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

Mikrotik Network Discovery Protocol

Supported by tik4net (no open connection needed).

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