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
- Host: GitHub
- URL: https://github.com/xreef/websocket-esp8266-esp32-tutorial
- Owner: xreef
- Created: 2020-12-19T21:09:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T21:06:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T20:07:24.107Z (10 months ago)
- Language: C++
- Size: 51.8 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Socket with esp8266 and esp32

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.