WebServer remoteIP()
Posted: Thu Apr 21, 2016 5:01 pm
So I've been looking around the source for a way to get the remote IP of a connected client with ESP8266WebServer, but found that it may only be possible with the WifiClient library. I noticed that the WebServer calls on WifiClient with:
but I'm not sure that is helpful. Is there any way to get the remote IP with ESP8266WebServer?
Code: Select all
server.handleClient();
but I'm not sure that is helpful. Is there any way to get the remote IP with ESP8266WebServer?