ESP8266-Websocket icon indicating copy to clipboard operation
ESP8266-Websocket copied to clipboard

A websocket library for the ESP-8266.

Results 20 ESP8266-Websocket issues
Sort by recently updated
recently updated
newest added

Trying to make it work on ESP32 by following this [tutorial](https://techtutorialsx.com/2017/11/01/esp32-arduino-websocket-client/) but unable to make it compile its showing this error 'WebSocketClient' does not name a type

Sometimes , due to I think unreliable connection socket seems to hang on this loop: I got firstly an error in parsing object , then everything hangs on : while...

Hey, I'm using this library to listen to a websocket in client mode. I'm trying to control a led stip with the esp8266 module. Everything works fine, but after some...

Hi. I'm using ESP8266 07 and run WebSocketClient_Demo.ino but after socket connects got handshake failed error. my server which i try to connect is [http://198.143.180.203:3000/](http://198.143.180.203:3000/) I would appreciate any help

Hi, I program the nodeMCU as my websocketclient, and send humidity and temperature data to the websocket server, for the first 5 times, the program update the data to the...

Hi, this is very interesting websocket client. It is working when connecting to echo.websocket.org but if change host url to my url and copy the same echo.websocket into index.html it...

I couldn't compile even the library example

Hey there, Thanks so much for your work on this. I'm getting the following message in my serial console when trying to run the demo, seems like it's connecting but...

I have create a Android App(WS Client) which I use Autobahn Library. In ESP8266(NodeMCU) I have the WebSocket Server with library arduinoWebSockets. My problem is when I am connected to...

anyone can run client demo? i tested with arduino 1.8.1 and esp8266, but not run.