Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By WisterDesigns
#56582 Hey Everybody,
I have made a websocket using GlassFish server in Java, I'm trying to connect the ESP8266 to the Websocket:
Code: Select all"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 in the adress I gave you before and that will be able to get data as well.
Thanks!