Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"`