Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 314 Bytes

Arduinko-Server

A golang server that sits on the network and listens for raw telemetry from Arduinko (via UDP). Exposes a restful API that offers this information in a friendlier format.

Compiling/Running

Install Go. Run:

go get

And then:

go build

Edit config.ini, then:

./ardrinko-server