Skip to content

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

Notifications You must be signed in to change notification settings

fburel/ESP32-Websocket

 
 

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 [email protected]: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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.2%
  • C 26.3%
  • Objective-C 2.5%