How to build a IP LAN Scanner in .Net
-
Hello, How can I build a IP lan scanner in .net(vb.net/c#)? It should give the list of all computers/devices in the network, and their relative IPs and (eventually) MAC Address and device/computer name. Thanks in advance, ;)
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
-
Hello, How can I build a IP lan scanner in .net(vb.net/c#)? It should give the list of all computers/devices in the network, and their relative IPs and (eventually) MAC Address and device/computer name. Thanks in advance, ;)
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
-
Mhm but that program displays only PCs based on Windows. Is there a way to display all network devices? (network printers, routers, PCs with Linux/MAC etc.)?
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
-
Mhm but that program displays only PCs based on Windows. Is there a way to display all network devices? (network printers, routers, PCs with Linux/MAC etc.)?
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
You can use System.Net.NetworkInformation.Ping[^] to ping, is machine a live, after that you can use System.Net.Dns[^] to retrieve host name.