Difference between revisions of "IoTGateway/Node-Red"

From ESS-WIKI
Jump to: navigation, search
(Introduction and catalog of Node-RED for WSN)
(Node-RED for WSN Usage)
Line 19: Line 19:
  
 
===Usage===
 
===Usage===
 +
# In the browser, enter Advantech IoT Gateway's IP address with Node-RED port 1880 to open Node-RED web page.
 +
# On the left of the page, scroll down to find wsn-related nodes in Advantech section as depicted below.
 +
# Drag and drop wsn-related nodes into '''sheet''' to start building control flow.
 +
[[File:open_nodered.jpg|800px]]
  
===wsn-gw Node===
+
==wsn-gw Node==
  
===wsn-senhub Node===
+
==wsn-senhub Node==
  
===Control Logic Flow Example===
+
==WSN Control Logic Flow Example==
  
===Combine with Freeboard===
+
==Combine WSN with Freeboard==
  
 
[[Category:Technique]]
 
[[Category:Technique]]

Revision as of 08:01, 9 March 2016

Advantech implements some Node-RED nodes for better development experience.

Node-RED for Alljoyn

We plan to provide three kinds of Node-RED nodes for Alljoyn feature.

  • Action Handler
  • Event Reader & Rule Engine
  • ControlPanel Client

Installation

You can install the node-red-contrib-alljoyn via NPM, or download it on GitHub.

Usage

Please refer to README.

Node-RED for WSN

Wireless Sensor Network(WSN) is supported on Advantech WISE-3310 and all provided features are basically described by REST API respectively. For users to quickly access the WSN features and build the prototype control logic flow of application before knowing the detailed REST API manipulation and programming, We provide the following Node-Red nodes to easily read the information and access functions of WSN on Advantech WISE-3310.

  • wsn-gw
  • wsn-senhub

Usage

  1. In the browser, enter Advantech IoT Gateway's IP address with Node-RED port 1880 to open Node-RED web page.
  2. On the left of the page, scroll down to find wsn-related nodes in Advantech section as depicted below.
  3. Drag and drop wsn-related nodes into sheet to start building control flow.

Open nodered.jpg

wsn-gw Node

wsn-senhub Node

WSN Control Logic Flow Example

Combine WSN with Freeboard