https://github.com/kranfix/node-red-mqtt
A try to understand node-red with MQTT default nodes. This is no for production.
https://github.com/kranfix/node-red-mqtt
Last synced: 5 months ago
JSON representation
A try to understand node-red with MQTT default nodes. This is no for production.
- Host: GitHub
- URL: https://github.com/kranfix/node-red-mqtt
- Owner: kranfix
- Created: 2017-10-26T13:24:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T21:50:51.000Z (over 8 years ago)
- Last Synced: 2025-05-13T18:50:44.846Z (about 1 year ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Node-Red MQTT Nodes
===================
This repository is a copy of the default Node-Red MQTT nodes.
The intention of this repository is to be an educational example
of how to generate customizable nodes with multiple file a many
options.
# Testing Process
## Clone the repository
Via SSH:
```
git clone git@github.com:kranfix/node-red-mqtt.git
```
Via HTTPS:
```
git clone https://github.com/kranfix/node-red-mqtt.git
```
## Node-Red link
```
npm link
```
Then, go to `~/.node-red`:
```
cd ~/.node-red
```
And run:
```
npm link node-red-mqtt
```
And run a new flow in node-red:
```
node-red myflow.json
```