ArduinoWebsockets
ArduinoWebsockets copied to clipboard
A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
Someone please can tell me o explain me how can i do this using this library? `socket.emit ( " jsonObject " , " { \" foo \ " : \"...
## Is your feature request related to a problem? Please describe. I want my ESP32 to perform different functions if it can connect to a specific WebSocket or not. When...
**Describe the bug** When using the Secured-Esp32-Client.ino example file, the websocket client fails to connect and logs this: '[E][WiFiClient.cpp:309] setOption(): fail on fd -1, errno: 9, "Bad file number"' I...
I have a Node.js based WSS server that is working fine accepting connections from a linux application. I am using the same Certificate and Keys in ArduinoWebsockets to connect to...
**Describe the bug** not able to receive a message longer than 36k **To Reproduce** basically the server sends a payload after a request, at some point (36k) the message is...
**Is your feature request related to a problem? Please describe.** I want to recievce/send OSC messages over a websocket connection using this [ OSC](https://github.com/CNMAT/OSC) library. But the OSC library is...
Many users ask for support in various boards, supporting only esp8266 and esp32 is not enough and could take the library a big step forward. A possible solution could be...
I'm just getting back into arduino/esp8266 programming, however I can't seem to make a websocket server retain a connection after sending one message. I am polling both the client and...
**Describe the bug** I am attempting to send high resolution JPEG images captured from an OV2640 camera over websockets. I am able to send VGA (640x480) images no problem, but...
I've been working with this library for a little while, and I really like the fact you can connect to any server using only the url. However, I've stumbled on...