PKGBUILD/README.md
2019-04-19 08:37:35 +02:00

522 B

flucky Build Status

Flucky is a lightweight program written in go for reading data from sensors with a raspberry pi.

Compiling

Flucky can be compiled directly with go.

$ go get -u github.com/volker-raschek/flucky

Alternatively you can checkout this repository and compile it with make for your architecture. For examample for a raspberry pi with arm architecture.

$ make build