This repository has been archived on 2024-12-29 . You can view files and clone it, but cannot push or open issues or pull requests.
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/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
Description
Languages
Go
97.2%
Makefile
2.4%
Dockerfile
0.4%