arduinoWebSockets
arduinoWebSockets copied to clipboard
arduinoWebSockets
Hi, I'm currently working on a project in which I want to send some sensor data from ESP32 DEVKIT V1 to a nodejs app using SocketIO. The app is launched...
Hi, I am trying to subscribe a Spring boots web socket topic from ESP8266. While I receive the payload in the WebSocketClient i am also receiving the header information, so...
**Functions added:** ```C void enableLoop(void); void disableLoop(void); ``` **Variable added:** `bool _loopLocked = false;` **Function copyed after** `#ifdef HAS_SSL` **to be able to use without** `BearSSL` `void beginSSLWithCA(const char *...
Hii, I am trying to connect socket.io client to an nginx server running on port 3000. I am able to connect to the server without SSL. But when I connect...
I'm having a problem with HttpClient when socketio is opening a connection. Httpclient always return fasle(conection failed) when Socketio is connecting. When I disable socketio.loop() or wait for socketion to...
Hello @Links2004 I could not find any example code of the socket.io server in Nodejs. Can you add that snippet inside the test folder? Thank you.
SSL connections are supported with **beginSslWithCA()** as shown in the WebSocketClientSSLWithCA example code. How to use it for **websocketSocket-ioClient**?
Hi Links2004, I saw that your library includes support for communication with Socket.IO and I was wondering how to broadcast a simple event (with some data). This [library ](https://github.com/timum-viw/socket.io-client) is...
like ArduinoWebSockets, sendBinary(const char* a, len)?
When using the NETWORK_ESP32_ETH setting, it constantly throws an error [E][WiFiClient.cpp:288] setSocketOption(): 1006 : 9 `#define WEBSOCKETS_NETWORK_TYPE NETWORK_ESP32_ETH` ``` HTTP server started WEBSOCKETS_NETWORK_TYPE = 5 [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 23 -...