Example temperature measuring app that can run on Raspberry-PI
Building for amd64:
make
Building for arm-6:
Make sure that xgo is installed on the system, then run:
make arm
./temperature-app --remote-endpoint=http://my.example.endpoint.com --temperature-threshold=33.5 --temperature-units=Celsius