https://github.com/jafb321/esp32-tcp-server
Esp32 - Simple TCP Server
https://github.com/jafb321/esp32-tcp-server
Last synced: 9 months ago
JSON representation
Esp32 - Simple TCP Server
- Host: GitHub
- URL: https://github.com/jafb321/esp32-tcp-server
- Owner: JAFB321
- Created: 2022-02-19T06:53:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T07:18:44.000Z (over 4 years ago)
- Last Synced: 2025-03-29T01:24:54.967Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esp32 - Simple TCP Server
### Why is there a client.js file?
It is just a tcp client example, you can run it typing node client.js in your terminal
Do you want a dotnet tcp client example? [Go here](https://github.com/JAFB321/esp32-tcp-server/tree/dotnet-example)