Go to file
Markus Pesch 96eb1f4036
feat(cmd/compression): new subcommand to compress logfiles
2019-07-02 22:47:28 +02:00
cmd feat(cmd/compression): new subcommand to compress logfiles 2019-07-02 22:47:28 +02:00
pkg fix(pkg/logfile): read from csv file styled by measured values 2019-06-28 13:04:04 +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: gitignore 2019-06-21 13:45:58 +02:00
.travis.yml fix: Makefile and json log 2019-06-11 22:03:15 +02:00
Makefile fix(test/logfile): valid temperatures 2019-06-21 13:45:58 +02:00
README.md fix(README): describe build options for arm and amd architectures 2019-06-16 23:53:33 +02:00
go.mod fix(test/logfile): valid temperatures 2019-06-21 13:45:58 +02:00
go.sum fix(test/logfile): valid temperatures 2019-06-21 13:45:58 +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/go-flucky/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
$ make build GOARCH=arm # for raspberry-pi

If you have installed docker oder podman but not go, you can compile the source code via one of the container runtimes.

$ make container-build
$ make container-build GOARCH=arm  # for raspberry-pi