-->
Page 1 of 1

Is it possible to know IP addresses assigned by DHCP server?

PostPosted: Thu Jun 18, 2015 5:08 am
by helpme
In SoftAP mode, ESP8266 should have a DHCP server which allocates IP addresses to the WiFi clients. Is it possible to get the IP addresses of the WiFi clients that have been allocated by the DHCP server?

Re: Is it possible to know IP addresses assigned by DHCP ser

PostPosted: Thu Jun 18, 2015 9:50 am
by HermannSW
CWLIF AT command does that -- or do you want the list in NodeMCU or Arduino ESP8266 IDE?
https://room-15.github.io/blog/2015/03/26/esp8266-at-command-reference/#AT+CWLIF

Re: Is it possible to know IP addresses assigned by DHCP ser

PostPosted: Thu Jun 18, 2015 9:53 am
by helpme
HermannSW wrote:CWLIF AT command does that -- or do you want the list in NodeMCU or Arduino ESP8266 IDE?
https://room-15.github.io/blog/2015/03/26/esp8266-at-command-reference/#AT+CWLIF


Thanks. Can this be done in Arduino IDE? That will be even better.