ESP8266-Websocket
ESP8266-Websocket copied to clipboard
A websocket library for the ESP-8266.
Hi, With DEBUGGING on, I get as far "Sending websocket upgrade headers" The following Headers take ~30 seconds each Then goes into an extremely long loop "Waiting...". Then: Invalid handshake...
I have written a websocket code on Nodemcu 1.0 /0.9 veraion using aurdino ide and made an app ( websocket client )which connects to the websocket server on the nodemcu...
Fixes the undefined UINT4 issue #10
Is it possible to run this on a cactus rec 2 with an atmega32u4?
I have an Arduino UNO R3 and a module ESP8266 connected(RX= pin 3 and TX= pin 2). I attached an image of my sketch. Does your library will work with...
Any reason why connection would fail when connecting to echo.websocket.org (just like the demo file)?
This error shows up and I'm not sure how to fix it: /libraries/ESP8266-Websocket-master/MD5.h:25:3: error: 'UINT4' does not name a type UINT4 state[4]; /\* state (ABCD) */ ^
Where can I find the libraries of SC16IS750.h and WiFly.h ?
Hi. Thank you for implementing this websocket library. After running the Demo project I noticed my handshake was failing. I noticed when comparing the serverKey with b64Result it returns false....
I change the library to add a multi-user websocket server for the esp8266 and add a simple chat html exemple.