Identify a non-computer network device?

Posted by Avilan on Stack Overflow See other posts from Stack Overflow or by Avilan
Published on 2011-06-23T13:44:15Z Indexed on 2011/06/23 16:22 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

I'm current working on a program that scans my network and discoveres computers and devices on the network. I use various operations to find data on the devices I discover, but want to distinguish the network devices from computers. And I'm wondering if anyone knows how I could do this?

I looked a bit at SNMP, and tried connecting to my network printer, router and modem. But I seem to only be able to connect to the printer, neither the router or modem responds.

Is there another way to identify what kind of a device an IP address belongs to?

© Stack Overflow or respective owner

Related posts about c#

Related posts about networking