https://github.com/fgrehm/pucrs-iot-experiment
https://github.com/fgrehm/pucrs-iot-experiment
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fgrehm/pucrs-iot-experiment
- Owner: fgrehm
- Created: 2015-11-11T15:58:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T16:06:33.000Z (over 10 years ago)
- Last Synced: 2023-04-10T09:39:55.475Z (about 3 years ago)
- Language: JavaScript
- Size: 3.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buttons APP
Make sure you have [Docker](https://www.docker.com/) installed and build the
app with:
```sh
git clone https://github.com/fgrehm/pucrs-iot-experiment.git
cd pucrs-iot-experiment
make build
```
To deploy to the device:
```sh
# Change the Makefile with the IP of the Raspberry PI
make deploy.rpi
```