Search found 1 match
- Sat Aug 24, 2019 6:48 am
- Forum: ESP-IDF
- Topic: Get MAC From IP
- Replies: 1
- Views: 2291
Get MAC From IP
Hi there, I'm looking for a way to get a MAC address from an IP of another device connected to the same network, I need somehow to get to the ARP table, or send & receive ARP packages. I saw the esp_wifi_80211_tx API and didn't see the way to get a esp_wifi_80211_rx, or anyother way to get the MAC f...