Running a wireless ad-hoc network from an osx machine, can I programmatically access level 2 data (specifically mac address) of other wifi devices within range?
feedback
|
closed as off topic by WesleyDavid, ErikA, Ward, Scott Pack, mailq Dec 28 '11 at 20:44
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
You could interrogate the ARP table. The is not a guaranteed method, but it's a fairly reliable way of mapping IP addresses to MAC addresses for active machines. | |||
|
feedback
|