Go to file
Markus Pesch 5220eac16b
fix: breaking changes
changes:
- remove remote operations
- add function to write measured values into a channel
- add get humidity sensors from config
- add get temperature sensors from config
- remove FileLogger
- exclude some functions from pkf into internal
2019-06-13 22:15:48 +02:00
cmd fix: breaking changes 2019-06-13 22:15:48 +02:00
pkg fix: breaking changes 2019-06-13 22:15:48 +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
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
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

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