2019-04-18 15:10:03 +00:00
|
|
|
# flucky [![Build Status](https://travis-ci.com/volker-raschek/flucky.svg?branch=master)](https://travis-ci.com/volker-raschek/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.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ 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.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ make build
|
|
|
|
```
|