Skip to content

Environment monitor daemon for Raspberry Pi, meant to be used in the AireLibre project

License

Notifications You must be signed in to change notification settings

padiazg/environment-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment monitor

An environment monitoring application that can run as a command line application or as a Linux daemon.

This application is meant to be run in a Raspberry Pi

This project is intended to be used to colaborate with the Aire Libre project

Build

Cross compile

Maybe you would prefer to build the binary on your desktop and then copy the binary to the pi to be runned.

Make sure the target folder /usr/local/environment-monitor exists in the target RPi, create if not

$ ssh root@pizerow.local 
$ mkdir -p /usr/local/environment-monitor

Go back to your desktop, build and copy the binary to the target

OOS=linux GOARCH=arm GOARM=6 go build
scp environment-monitor-daemon root@pizerow.local:/usr/local/environment-monitor

About

Environment monitor daemon for Raspberry Pi, meant to be used in the AireLibre project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages