Hey Everybody,
I have made a websocket using GlassFish server 4.1.1 in Java, I'm trying to connect the ESP8266 to the Websocket, This is the server adress:
"ws://192.168.1.106:8080/JavaSmartHome/serverendpointdemo"
But it doesn't work for me, the library isn't that good and I don't really know how to do it. How to create a code which will send data to the server and that will be able to get data as well.
Thanks!