Go to file
Markus Pesch a8aa7a14c5
fix(types): humidity and temperature with from and till date
2019-06-13 22:22:12 +02:00
cmd fix: breaking changes 2019-06-13 22:15:48 +02:00
pkg fix(types): humidity and temperature with from and till date 2019-06-13 22:22:12 +02:00
systemd WIP 2018-11-28 18:07:20 +01: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 and json log 2019-06-11 22:03:15 +02:00
README.md fix: readme 2019-04-19 08:37:35 +02:00
go.mod fix: breaking changes 2019-06-13 22:15:48 +02:00
go.sum fix: breaking changes 2019-06-13 22:15:48 +02:00
main.go fix: rename packages 2019-05-12 11:57:53 +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