Difference between revisions of "Node-RED"

From air
Jump to navigation Jump to search
Line 7: Line 7:
 
==Install and first steps==
 
==Install and first steps==
   
  +
===Ubuntu/Debian===
 
 
<pre>
 
<pre>
 
sudo npm install -g node-red
 
sudo npm install -g node-red
Line 16: Line 16:
   
 
More [[Installation de Node.js et Node-RED sur Raspberry PI|Installing on Raspberry PI]]
 
More [[Installation de Node.js et Node-RED sur Raspberry PI|Installing on Raspberry PI]]
  +
  +
===Deployment with [[Docker]]===
  +
<pre>
  +
docker pull nodered/node-red-docker
  +
docker run -it -p 1880:1880 --name mynodered nodered/node-red-docker
  +
</pre>
   
 
==Extra Nodes==
 
==Extra Nodes==

Revision as of 13:34, 18 October 2016

Node RED with MQTT, OpenHAB, MongoDB, Redis.io, RabbitMQ, Moquette, Mosquitto ...
Node RED with Twitter ...

Node-RED http://nodered.org : A visual tool (based on Node.js) for wiring the Internet of Things


Install and first steps

Ubuntu/Debian

sudo npm install -g node-red
node-red

Then browse http://127.0.0.1:1880/

More Installing on Raspberry PI

Deployment with Docker

docker pull nodered/node-red-docker
docker run -it -p 1880:1880 --name mynodered nodered/node-red-docker

Extra Nodes

Node-RED can be extended with 500+ nodes provided by 3rd-party contributors (link).

For instance:

Flow creation and deployment

MQTT

Flow with Mosquitto

Arduino

Next : Node-RED with Arduino

CC2541 SensorTag Development Kit

Google Graph

https://github.com/urbiworx/node-red-contrib-googlechart

cd node-red
npm install node-red-contrib-googlechart

Load graphflow.js


Browse http://127.0.0.1:1880/googlechart

NFC

https://github.com/hardillb/node-nfc