https://github.com/jafb321/esp32-socket-client
TCP Socket client - Send data from ESP32/Arduino
https://github.com/jafb321/esp32-socket-client
Last synced: over 1 year ago
JSON representation
TCP Socket client - Send data from ESP32/Arduino
- Host: GitHub
- URL: https://github.com/jafb321/esp32-socket-client
- Owner: JAFB321
- Created: 2021-10-07T05:23:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T05:28:10.000Z (over 4 years ago)
- Last Synced: 2025-02-03T11:22:44.059Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP Socket client with ESP32
### Why is there a server.js file?
It's just a quick tcp server with node.js, type "node server.js" in your terminal to run