Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 770 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 770 Bytes

Websocket Client and Server for ESP32

This is a simple library that implements a Websocket client and server running on an ESP-32. It is based on the work by

Getting started

With the Arduino IDE

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.

Credits

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