-->
Page 3 of 3

Re: connecting ESP8266 remotely

PostPosted: Thu Oct 27, 2016 5:11 am
by eduperez
Modern routers that support UPnP protocol (https://en.wikipedia.org/wiki/Universal_Plug_and_Play) allow clients to request port mappings; however, there is no guarantee that any router you may encounter will have that feature enabled.

Re: connecting ESP8266 remotely

PostPosted: Thu Oct 27, 2016 9:53 am
by eketjall
Wouldn't using the ESP8266 as a websocket client be a solution for the problem?
Requires a websocket server "somewhere on the internet" of course, but the problem with incoming connection through the router should at least be solved this way.