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
2019-06-13 22:15:48 +02:00
2019-06-13 22:15:48 +02:00
WIP
2018-11-28 18:07:20 +01:00
2019-04-18 16:59:55 +02:00
2019-04-18 16:59:55 +02:00
2019-04-18 16:59:55 +02:00
2019-06-11 22:03:15 +02:00
2019-06-13 22:15:48 +02:00
2019-06-13 22:15:48 +02:00
2019-05-12 11:57:53 +02:00
2019-06-11 22:03:15 +02:00
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
Description
No description provided
Readme 4.7 MiB
Languages
Shell 100%