ArduinoWebsockets
ArduinoWebsockets copied to clipboard
A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
Hi there, first, thank you for doing this, it seems a solid library to me. My question: I didn’t see any examples of a secured websocket server for esp32 or...
Hello I am trying to connect a esp32 wrover client to a wss server I created in python [https://github.com/jdevers1/ssl](url) and copied and pasted the example for secure esp32 client and...
Which method is intended for hostname and which for IP from client? Thanks and best regards
/****************************************************************************************************************************  ESP32-Server.ino For ESP32. /* Minimal Esp32 Websockets Server This sketch: 1. Connects to a WiFi network 2. Starts a websocket server on port 80 3. Waits for connections...
The certificate provided in the example is outdated .where can i generate latest certificate?
**Describe the bug** ESP32 is configured as server that accepts multiple clients. When connecting from firefox browser using server.poll(), two clients are registered (in most cases). When this happens, no...
**Describe the bug** Websocket client receiving binary data is slow (slower than before) and randomly goes into a cycle of closing and opening the socket, thus rendering communication impossible, and...
Is the example given a one-time one,it can't be repeated and only send fixed information,can you list another example of sending and receiving the user or client input information and...
Supporting case-insensitive headers, according to **RFC2616**, as requested in [**Make headers case-insensitive** #105](https://github.com/gilmaimon/ArduinoWebsockets/issues/105)
Temporary fix for "Bad File" bug.