esp32_SocketIO icon indicating copy to clipboard operation
esp32_SocketIO copied to clipboard

Simple example using the socket.io library on ESP 32 boards.

Results 2 esp32_SocketIO issues
Sort by recently updated
recently updated
newest added

The given example code just outputs: `00:06:27.056 -> [SIoC] Disconnected! 00:06:27.286 -> [SIoC] add packet 42["status",Hello from esp32!] 00:06:27.595 -> [SIoC] Disconnected! 00:06:28.154 -> [SIoC] Disconnected! 00:06:28.716 -> [SIoC] Disconnected!`...

From the `Socket IO Client` ReadMe: > This library is deprecated. You can directly use the WebSockets library (https://github.com/Links2004/arduinoWebSockets). It supports a SocketIOclient class. See the example code in [`examples/esp32/WebSocketClientSocketIOack`](https://github.com/Links2004/arduinoWebSockets/tree/master/examples/esp32/WebSocketClientSocketIOack)