How to install Node-RED

Revision as of 11:27, 27 November 2020 by Registered User

Node-Red could be easily install using the package repository for OpenSTLinux distribution service.

1. node-red

Simply execute the following command to install Node-Red:

 apt-get update
 apt-get install node-red

Node-Red will be automatically started at the next reboot of the board. T Remote access to Node-Red access the Node-Red dashboard You can access to the Node-Red dashboard using is browsable

2. node-red-dashboard module

This module provides a set of nodes in Node-RED to quickly create a live data dashboard [1].

 apt-get install node-red-dashboard

3. node-red-contrib-image-tools module

A Node-RED node to perform functions on images and decode barcodes [2].

 apt-get install node-red-contrib-image-tools

4. Simple browser

The Node-Red dashboard is browsable

5. References

No categories assignedEdit