node-red-contrib-atcommon v1.1.7
node-red-contrib-atcommon
A collection of Node-RED nodes for Advantech IIoT platform common information.
Notice that an Advantech IIoT Platform SDK have to be installed to make this node works correctly. Advantech IIoT Platform SDK download link is shown below: Windows: https://github.com/Advantech-IIoT/Platform-SDK/tree/master/windows/bin Linux: https://github.com/Advantech-IIoT/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-atcommonor install it globally with the command
npm install node-red-contrib-atcommon -gUsage
Platform common Node-RED node provide one node in this package.
- Platform
The following information can be got from Platform node:
- BIOS version
- EC version
- OS version
- CPU name
- Memory available
Disk information
Example
Please refer to demo.json.
Platformnode sends all information once at first, and if you wantOSVervalue, inputOSVerattribute and set it to true to get onlyOSVervalue.
Test Platform
- Windows 10 Enterprise LTSB with node.js 6.10.1
History
- 1.1.5 - October 2017 : Initial Release
License
Copyright 2017 ADVANTECH Corp. under the Apache 2.0 license.