java-android-websocket-client icon indicating copy to clipboard operation
java-android-websocket-client copied to clipboard

Websocket network binding

Open jvenhoda opened this issue 5 years ago • 1 comments

Hello,

I got problem with connecting to esp8266 board using websockets when it runs as AP without internet connection. How I could solve this problem?

I/System.out: failed to connect to /192.168.4.1 (port 80) from /192.168.232.2 (port 56466) after 10000ms

This is what I get when trying to open websocket while connected to ap.

jvenhoda avatar Jan 17 '20 20:01 jvenhoda

this seems to be a problem with either the server binding configuration or the access point configuration. Did you try to connect to the board using a plain TCP connection?

gusavila92 avatar Jun 15 '22 20:06 gusavila92