Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oalam/pi-boiler

Akka based regulation system for pellet boiler through Raspberry Pi
https://github.com/oalam/pi-boiler

Last synced: about 2 months ago
JSON representation

Akka based regulation system for pellet boiler through Raspberry Pi

Awesome Lists containing this project

README

        

# install

sudo apt-get install wiringpi

# Comment compiler le programme

sbt clean package
sbt assemblyPackageDependency

# Comment lancer le programme

cd apps/
sudo nohup java -cp regulation_2.11-1.7.jar:regulation-assembly-1.3-deps.jar org.oalam.regulation.api.Boot &
sudo tail -f nohup.out

# Dépendances

mvn clean install -P raspberrypi