This is a simple library that implements a Websocket client and server running on an ESP-32. It is based on the work by
git clone this repository in your Arduino library folder. For example on a mac :
cd ~/Documents/Arduino/libraries/ && git clone git@github.com:fburel/ESP32-Websocket.git
Once you restart Arduino, two new examples will be added. One shows how to use the WebSocketServer, and the other is about the WebSocketClient.
Thank you to github user morrissinger for his librairy for ESP8266. Also, I started this project by following the recommandations of the tutorials from techtutorialsx, thanks to them for their work and explanations.
- Florian