Node-RED: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:Node-RED2.png|300px|right|thumb|Node RED with MQTT, OpenHAB, MongoDB, Redis.io, RabbitMQ, Moquette, Mosquitto ...]]
[[Image:Node-RED2.png|300px|right|thumb|Node RED with MQTT, OpenHAB, MongoDB, Redis.io, RabbitMQ, Moquette, Mosquitto ...]]
[[Image:Node-RED03.png|300px|right|thumb|Node RED with Twitter ...]]



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

Revision as of 11:13, 19 May 2014

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

cd node-red-0.2.0
npm install firmata
node red.js

Then browse http://127.0.0.1:1880/

Flow creation and deployment

MQTT

Flow with Mosquitto

Arduino

Next : Node-RED with Arduino

CC2541 SensorTag Development Kit