Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.01 KB

Node-Red-Setup.md

File metadata and controls

19 lines (9 loc) · 1.01 KB

Custom Node Red Installation

This brief howto covers the approach to installing Node Red on your Raspberry PI.i Node-RED is a software tool developed by IBM for wiring together hardware devices, APIs and online services as part of the Internet of Things.

Node-RED provides a browser-based flow editor, which can be used to create JavaScript functions. Elements of applications can be saved or shared for re-use. The runtime is built on Node.js. The flows created in Node-RED are stored using JSON. Since version 0.14 MQTT nodes can make properly configured TLS connections.

In 2016, IBM contributed Node-RED as an open source JS Foundation project.

Installing Node Red On Your Raspberry Pi

  • When setting up the Raspberry Pi always upgrade Node Red using the script provided,

bash# <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)

Thanks!!!