Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oalam/pi-boiler
- Owner: oalam
- Created: 2016-01-06T08:40:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T08:56:15.000Z (about 5 years ago)
- Last Synced: 2024-10-13T19:07:42.763Z (3 months ago)
- Language: Scala
- Size: 36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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