Go to file
2019-06-16 20:51:28 +02:00
cmd fix(pkg/rgb-led): complete rgb-led pkg 2019-06-16 20:11:10 +02:00
pkg fix(pkg/daemon): turn on/off info lights 2019-06-16 20:51:28 +02:00
.editorconfig fix: renamed project 2019-04-18 16:59:55 +02:00
.gitattributes fix: renamed project 2019-04-18 16:59:55 +02:00
.gitignore fix(ignore): go-bindata 2019-06-15 19:11:12 +02:00
.travis.yml fix: Makefile and json log 2019-06-11 22:03:15 +02:00
go.mod feat(cmd/rgb-led): add subcommands to operate with rgb-leds 2019-06-16 13:00:50 +02:00
go.sum feat(cmd/rgb-led): add subcommands to operate with rgb-leds 2019-06-16 13:00:50 +02:00
main.go refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00
Makefile fix(Makefile): use new version of build-image and fix container run steps 2019-06-15 19:12:27 +02:00
README.md fix: readme 2019-04-19 08:37:35 +02:00

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