Sven

Results 3 comments of Sven

https://github.com/hadleyrich/ArduinoWebsocketClient has added the headers for Sec-Websocket-Key. Tested with a Node server

Something is not working in this code... It gets the data but I can not read it ``` char* WSClient::getData() { uint8_t msgtype; uint8_t bite; unsigned int length; uint8_t mask[4];...

Found a library that works perfect! https://github.com/larkin/ESP32-Websocket