ArduinoWebsocketServer icon indicating copy to clipboard operation
ArduinoWebsocketServer copied to clipboard

Results 10 ArduinoWebsocketServer issues
Sort by recently updated
recently updated
newest added

Good afternoon. Write a simple example of how to use websocket on esp32 + w5500. Ethernet.h standard library I try to add #include but I get an error: Arduino-Websocket-master \...

I can't compile even the lib example and I don't know what to do. I already tried download the avr library and substitute it on the original directory and tried...

I'm trying to run a web socket server library for Arduino MKR1000, I landed on this library that seems to be a pretty great one, but where would you start...

When i call de function getdata() it shows me an error my code its just like the example: ``` void loop() { String data; if (client.connected()) { data = webSocketClient.getData();...

EthernetClient is a good example of this, it isn't far fetched that an application may not want server functionality.

Should be trivial.

Enhancement

And don't shame yourself with stupid too-short-bugs ever again!

Enhancement

Will increase resource usage, but probably within reasonable limits.

Enhancement

Currently the implementation ignores the path in the websocket URL. Shouldn't, really.

Enhancement

I am looking for a secure WebSocket Server implementation over SSL for ESP32 using Arduino IDE, so far I haven't been able to find any implementation regarding the same. Please...