wlanboy / gowebarduino

Web remote console for arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go

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

Command struct

*see great Arduino lib: https://github.com/thijse/Arduino-CmdMessenger

Arduino Sketch

About

Web remote console for arduino

License:Apache License 2.0


Languages

Language:Go 98.3%Language:Dockerfile 1.7%