I\'m looking for a way (with python) to obtain the layer II address from a device on my local network. Layer III addresses are known.
layer II
Layer III
The
an easier way, if on linux:
print os.system('arp -n ' + str(remoteIP))
you will get:
Address HWtype HWaddress Flags Mask Iface 192.168..... ether 9B:39:15:f2:45:51 C wlan0