C#

Reading ARP entries with C#

[OUTDATED – It has been a while since I looked at this, so it’s probably very outdated.] Recently, I needed to locate a device on my network using ARP (Address Resolution Protocol). I could have written code that directly uses the protocol to discover the device, by essentially probing a range of addresses on my network …

Continue Reading