Go to file
Markus Pesch 3d07cbc9ba
feat(daemon): new flag to set compression
2019-06-15 16:42:54 +02:00
cmd feat(daemon): new flag to set compression 2019-06-15 16:42:54 +02:00
pkg feat(daemon): new flag to set compression 2019-06-15 16:42:54 +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: renamed project 2019-04-18 16:59:55 +02:00
.travis.yml fix: Makefile and json log 2019-06-11 22:03:15 +02:00
Makefile fix(Makefile): use remote environment variable 2019-06-15 11:46:37 +02:00
README.md fix: readme 2019-04-19 08:37:35 +02:00
go.mod refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00
go.sum refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00
main.go refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00

README.md

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