Hi,
I am looking for an API where I can get the IP address of an client which is connected in AP mode to the ESP32. I am working with the esp-idf.
IP Address of Clients in AP mode
-
- Posts: 2
- Joined: Sat Aug 05, 2017 11:05 am
Re: IP Address of Clients in AP mode
Many thanks for the hint. Now I got it.
Regards Uwe
Regards Uwe
Re: IP Address of Clients in AP mode
Would this a better function to call?
esp_wifi_ap_get_sta_list(wifi_sta_list_t *sta);
https://github.com/espressif/esp-idf/bl ... ifi.h#L800
https://docs.espressif.com/projects/esp ... sta_list_t
Here's an example usage:
viewtopic.php?t=1192
esp_wifi_ap_get_sta_list(wifi_sta_list_t *sta);
https://github.com/espressif/esp-idf/bl ... ifi.h#L800
https://docs.espressif.com/projects/esp ... sta_list_t
Here's an example usage:
viewtopic.php?t=1192
Re: IP Address of Clients in AP mode
Is there a way to know the IP address of a client connected to the ESP32 as SoftAP using Arduino IDE ?
- martinayotte
- Posts: 141
- Joined: Fri Nov 13, 2015 4:27 pm
Who is online
Users browsing this forum: Assasinsareus and 111 guests