Skip to Content
Hands-On Industrial Internet of Things
book

Hands-On Industrial Internet of Things

by Giacomo Veneri, Antonio Capasso
November 2018
Intermediate to advanced
556 pages
14h 42m
English
Packt Publishing
Content preview from Hands-On Industrial Internet of Things

Node-RED

Node-RED is an open source independent edge device, based on Node.js. Follow these steps:

  1. Assuming Node.js is already installed, we can install Node-RED from the command console with the following command:
git clone https://github.com/node-red/node-red.gitcd node-rednpm install
  1. Then, we need to install Grunt and compile Node-RED as follows:
    • If you are using Windows, enter the following command:
npm install -g grunt-cligrunt build
    • If you are using Linux or macOS, enter the following command:
sudo npm install -g grunt-cligrunt build
  1. In the same directory, we need to install the support for OPC UA, as follows:
npm install node-red-contrib-opcua
  1. We are now ready to work with Node-RED. From the command console, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Internet of Things

Internet of Things

S. Velliangiri, Sathish A.P. Kumar, P. Karthikeyan
Industrial Internet Application Development

Industrial Internet Application Development

Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli

Publisher Resources

ISBN: 9781789537222Supplemental Content