Skip to content
 
 

Repository files navigation

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

About

A WebSocket library for the ESP32. Compatible with the Arduino IDE

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages