Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingster/scala-rpi
Scala with Raspberry PI2
https://github.com/kingster/scala-rpi
Last synced: about 2 months ago
JSON representation
Scala with Raspberry PI2
- Host: GitHub
- URL: https://github.com/kingster/scala-rpi
- Owner: kingster
- License: mit
- Created: 2015-02-24T17:47:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T09:10:59.000Z (over 9 years ago)
- Last Synced: 2024-10-13T05:26:26.639Z (3 months ago)
- Language: Scala
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-rpi
Scala with Raspberry PI2#Building
```bash
$ sbt
> compile
> run
```#Run
- To Run Locally `sbt run`
- To build Jar and then run
```bash
$ sbt assembly
$ java -jar target/scala-2.10/scala-rpi.jar
```- To Run on Raspberry PI `./scripts/run-rpi.sh -h "pi@hostname"`