https://github.com/edbcrepo/arduino_pc
Serialport arduino using Nodepp
https://github.com/edbcrepo/arduino_pc
Last synced: 3 months ago
JSON representation
Serialport arduino using Nodepp
- Host: GitHub
- URL: https://github.com/edbcrepo/arduino_pc
- Owner: EDBCREPO
- License: cc0-1.0
- Created: 2024-04-24T18:48:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-13T21:13:22.000Z (7 months ago)
- Last Synced: 2024-11-13T22:22:20.210Z (7 months ago)
- Language: C++
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARDUINO PC Test
in this example, I've connected a C++ HTTP Server Using [Nodepp](https://github.com/NodeppOficial/nodepp) to my Arduino UNO Project## Dependencies
```
- 🔗: https://github.com/NodeppOficial/nodepp-arduino
- 🔗: https://github.com/NodeppOficial/nodepp
```## Compilation
```
- 🐧: g++ -o main main.cpp -I ./include ; ./main
- 🪟: g++ -o main main.cpp -I ./include -ws2_32 ; ./main
```## Preview
