How to Get IP Address from MAC
Posted: Tue May 12, 2015 8:05 pm
Hello all. I am trying to use my esp8266 to discover several WiFi devices (sensor) in my home. I only know these devices MAC address, and I need to send TCP packets to their IP address. Using RPi, I can do that using ethernet and ARP protocol. But I cannot find similar command in ESP8266. Can you guys enlighten me, ideas about how to get list of devices IP address from router (similar like entering 'arp -a' in Windows )? Or can I directly find a device IP address from their MAC Address?