So when I use ESP8266 to connect the YUN server...I need to connect via port 5555, is that right? or I need change
server.listenOnLocalhost();
server.begin();
}
into
server.noListenOnLocalhost();
server.begin();
}
But when I tried to connect ESP8266 to YUN server via port 5555 but it linked for a short time and get unlinked. Just connected to YUN via port 80 is ok, unlink didn't happen.