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.
- Host: GitHub
- URL: https://github.com/heyayushh/rocket
- Owner: heyAyushh
- License: mit
- Created: 2017-10-31T02:32:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T13:25:34.000Z (over 8 years ago)
- Last Synced: 2025-06-13T22:43:15.192Z (about 1 year ago)
- Topics: iot, mqtt, node-red, nodejs
- Language: C++
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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..