Difference between revisions of "SW Service/Node-Red"

From ESS-WIKI
Jump to: navigation, search
(Created page with "==Introduction== Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range nodes in the palette. Flows can be then deployed...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range nodes in the palette. Flows can be then deployed to the runtime in a single-click. The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. With built in node.js, it can be run at the edge of the network or in the cloud. The node package manager (npm) ecosystem can be used to easily extend the palette of nodes available, enabling connections to new devices and services.
+
Node-RED is available as open source and implemented by the IBM Emerging Technology organization. It provides a browser-based flow editor that easily wires together flows using the wide range nodes in the palette. Flows can be then deployed to the runtime in a single-click. The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. With built in node.js, it can be run at the edge of the network or in the cloud. The node package manager (npm) ecosystem can be used to easily extend the palette of nodes available, enabling connections to new devices and services.
 +
[[File:ss-node-red-01.png|650px||center]]
 +
 
 +
==Node-RED nodes provided by ADVANTECH==
 +
 
 +
===node-red-contrib-alljoyn===
 +
A collection of Node-RED nodes to access Alljoyn services.
 +
 
 +
===node-red-contrib-flow-dispatcher===
 +
A collection of Node-RED nodes to read and write Node-RED flows.
 +
 
 +
===node-red-contrib-susi===
 +
A collection of Node-RED nodes to Access ADVANTECH platform HW function by node-susiiot & node-susi.
 +
 
 +
===node-red-contrib-virtual-app-node===
 +
A collection of Node-RED nodes to perform communication between Node-RED node and apps.
 +
 
 +
==External links==
 +
[http://nodered.org/ Node-RED official website]
 +
 
 +
[http://flows.nodered.org/ Node-RED Flow Library]
 +
 
 +
[https://www.npmjs.com/~neo.lo Node-RED nodes provided by ADVANTECH]
 +
 
 +
[https://nodejs.org/ Node.js official website]
 +
 
 +
[https://www.npmjs.com/package/npm npm (a package manager for JavaScript) official website]

Latest revision as of 10:33, 3 February 2016

Introduction

Node-RED is available as open source and implemented by the IBM Emerging Technology organization. It provides a browser-based flow editor that easily wires together flows using the wide range nodes in the palette. Flows can be then deployed to the runtime in a single-click. The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. With built in node.js, it can be run at the edge of the network or in the cloud. The node package manager (npm) ecosystem can be used to easily extend the palette of nodes available, enabling connections to new devices and services.

Ss-node-red-01.png

Node-RED nodes provided by ADVANTECH

node-red-contrib-alljoyn

A collection of Node-RED nodes to access Alljoyn services.

node-red-contrib-flow-dispatcher

A collection of Node-RED nodes to read and write Node-RED flows.

node-red-contrib-susi

A collection of Node-RED nodes to Access ADVANTECH platform HW function by node-susiiot & node-susi.

node-red-contrib-virtual-app-node

A collection of Node-RED nodes to perform communication between Node-RED node and apps.

External links

Node-RED official website

Node-RED Flow Library

Node-RED nodes provided by ADVANTECH

Node.js official website

npm (a package manager for JavaScript) official website