314f5a41e5ce18abd999ce2c1e10ed7073847edf
flucky 
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
Languages
Shell
100%