oalam / pi-boiler

Akka based regulation system for pellet boiler through Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Akka based regulation system for pellet boiler through Raspberry Pi


Languages

Language:Scala 96.3%Language:Python 3.7%