-->
Page 1 of 1

ESP8266 - WEBSOCKET

PostPosted: Sun Oct 16, 2016 2:39 am
by WisterDesigns
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!