0.0.1 • Published 6 years ago

node-red-contrib-hwconn-sample v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

node-red-contrib-hwconn

Node-RED node for ZNV OASIS-100.

Notice that an ZNV Platform SDK have to be installed to make this node works correctly. ZNV Platform SDK download link is shown below:
Windows: https://github.com/ZNV/Platform-SDK/tree/master/windows/bin
Linux: https://github.com/ZNV/Platform-SDK/tree/master/linux/bin

Installation

Use npm command to install this package locally in the Node-RED modules directory

npm install node-red-contrib-hwconn

or install it globally with the command

npm install node-red-contrib-hwconn -g

Description

You must use the Node-RED with OASIS-100.

Example

You can try demo flow (demo.json) via import function from Node-RED editor.


The inputs must be msg.payload.EdgeXData which is an javascript object format in msg.payload.


There are 1 outputs, CloudData.

The CloudData output is an javascript object format to convert the input data.


Tested Platform

  • Linux Ubuntu 18.04.2 LTS 64bits with node.js 8.16.0

History

  • 0.0.1 - May 2019 : Initial Alpha

License

Copyright 2019 ZNV Corp. under the Apache 2.0 license.

0.0.1

6 years ago