M
martin lanny
Simple network scanner is a part of my dotnet solution. It pings ip
addresses in a selected network range and gives me the response time for
each computer it finds.
Anyhow, I would need to retrieve two more pieces of information for each
active (local network) IP address:
- Computer's Host Name
- Mac Address
Can someone give me an example of how to do so?
I've have this working in Delphi, but I need to port this functionality
into my dotnet version of the program.
Thank you for your time, your help is really appreciated.
Martin
addresses in a selected network range and gives me the response time for
each computer it finds.
Anyhow, I would need to retrieve two more pieces of information for each
active (local network) IP address:
- Computer's Host Name
- Mac Address
Can someone give me an example of how to do so?
I've have this working in Delphi, but I need to port this functionality
into my dotnet version of the program.
Thank you for your time, your help is really appreciated.
Martin