Go to file
Markus Pesch b2bd4f8fe6
fix(Makefile): delete build container and container runtime
changes:
- delete build container after any container step
- define container runtime over variable
2019-06-16 23:39:34 +02:00
cmd feat(cmd/daemon): new flag to set clean cache interval 2019-06-16 23:15:26 +02:00
pkg feat(cmd/daemon): new flag to set clean cache interval 2019-06-16 23:15:26 +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): delete build container and container runtime 2019-06-16 23:39:34 +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