https://github.com/wlanboy/gowebarduino
Web remote console for arduino
https://github.com/wlanboy/gowebarduino
arduino command golang serial web-console
Last synced: 4 months ago
JSON representation
Web remote console for arduino
- Host: GitHub
- URL: https://github.com/wlanboy/gowebarduino
- Owner: wlanboy
- License: apache-2.0
- Created: 2020-03-01T09:20:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T06:22:36.000Z (about 5 years ago)
- Last Synced: 2024-12-29T12:58:11.876Z (5 months ago)
- Topics: arduino, command, golang, serial, web-console
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# gowebarduino
Web remote console for arduino# build
* go get -d -v
* go clean
* go build# run
* go run main.go# debug
* go get -u github.com/go-delve/delve/cmd/dlv
* dlv debug ./gowebarduino# calls
* curl -X POST http://127.0.0.1:8000/api/v1/command -H 'Content-Type: application/json' -d '{"call": "3,2,21,github.com/wlanboy;"}'
* curl -X GET http://127.0.0.1:8000/api/v1/command# Command struct
*see great Arduino lib: https://github.com/thijse/Arduino-CmdMessenger# Arduino Sketch
* can be downloadde here: https://github.com/wlanboy/ArduinoSketches/tree/master/lcd_command