dancol90 / ESP8266Ping

Ping library for ESP8266 Arduino core
GNU Lesser General Public License v2.1
265 stars 136 forks source link

MAC address? #3

Closed Stinde closed 8 years ago

Stinde commented 8 years ago

Is it possible to get the remote device MAC address in local network using ping?

Timo

dancol90 commented 8 years ago

Sorry, this library uses the ICMP implementation provided by the Espressif SDK. I think you are looking for ARP!