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

https://github.com/heyayushh/rocket

The objective of the hack was to build a concise and failsafe platform for developers and clients to develop and automate the ease for Differently Abled people.
https://github.com/heyayushh/rocket

iot mqtt node-red nodejs

Last synced: 3 months ago
JSON representation

The objective of the hack was to build a concise and failsafe platform for developers and clients to develop and automate the ease for Differently Abled people.

Awesome Lists containing this project

README

          

# Rocket

IoT Smart Home Automation

### RPi Setup

Run these commands in terminal

```
sudo apt-get install node-red
```

Clone this [Repo](https://github.com/heyAyushh/Rocket) to your Pi
```git clone https://github.com/heyAyushh/Rocket.git```

Setup a Startup script
so that you don't have to run it manually and it launches on startup

1. Get Root Access

```
sudo -i
```

2. copy the contents of [runatstartup.conf](https://github.com/heyAyushh/Rocket/blob/master/runatstartup.conf)

```
cp /home/pi/Rocket/runatstartup.conf /etc/init
```

3. Run Command
``` node-red-start ```

4. Import flows form Rocket/flow

### VOILA Start Hacking..