arduino-websocketclient icon indicating copy to clipboard operation
arduino-websocketclient copied to clipboard

A websocket client implementation for arduino supporting WS version 13, binary frames. This library was built to support muzzley connector, but is general purpose.

Results 6 arduino-websocketclient issues
Sort by recently updated
recently updated
newest added

Hi, I tried to connect to a nodejs server based on ws. I got Demo exampe on WSCLient usgae 192.168.1.41 Connected Get /hallo HTTP/1.1 Upgrade:websocket Host 192.168.1.21 Sec-WebSocket-Key: eHicPCXz4rJMUscxik7BiWQ== Sec-WebSocket-Version:...

Seems not to be compatible with arduino 1.8.5? If I install 1.6.9 evrything is working but with the 1.8.5 handshake is ok also server is receiving data from client. But...

Hi and thanks for your library, I'm trying to connect to seismic portal data who uses sockjs. http://www.seismicportal.eu/realtime.html how can I connect my esp8266 to the realtime websocket feed with...

Fix the include of Base64.h (case) Fix function sendEncodedData - This function is not sending the message properly.