gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 40 forks source link

Websocket network binding #22

Open jvenhoda opened 4 years ago

jvenhoda commented 4 years ago

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.

gusavila92 commented 2 years ago

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?