An open API service indexing awesome lists of open source software.

https://github.com/xreef/websocket-esp8266-esp32-tutorial

Here the code of the tutorial with esp32 and esp8266 about Web-socket management
https://github.com/xreef/websocket-esp8266-esp32-tutorial

Last synced: 9 months ago
JSON representation

Here the code of the tutorial with esp32 and esp8266 about Web-socket management

Awesome Lists containing this project

README

          

# Web-Socket with esp8266 and esp32

![Main](https://www.mischianti.org/wp-content/uploads/2020/05/WebSocket-Arduino-esp8266-esp32-server-1024x586.jpg)

Here some example from my tutorial on "How to Build a Web Server"
1. [WebSocket on Arduino, esp8266 and esp32: client](https://www.mischianti.org/2020/12/07/websocket-on-arduino-esp8266-and-esp32-client-1/)
2. [WebSocket on Arduino, esp8266 and esp32: server and authentication](https://www.mischianti.org/2020/12/15/websocket-on-arduino-esp8266-and-esp32-server-authentication-2/)
3. [WebSocket on Arduino, esp8266 and esp32: update temperature and humidity project]()

Check the documentation on the site to undestand the code and behavior of the examples.