gusavila92/java-android-websocket-client

Websocket network binding

jvenhoda opened this issue · 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.

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?