node-red-contrib-alljoyn
v0.1.5
Published
Node-RED nodes for Alljoyn functions
Downloads
18
Maintainers
Readme
node-red-contrib-alljoyn
A collection of Node-RED nodes to access Alljoyn services by node-alljoyn.
Installation
Use npm to command to install this package locally in the Node-RED modules directory
$ npm install node-red-contrib-alljoyn
or install in it globally with the command
$ npm install node-red-contrib-alljoyn -g
Nodes included in the package
Alljoyn-Action Get action descriptions from any Alljoyn services and perform action via remote call.
Usage example
Add "Alljoyn Actions" to your flow and it can perform the specific "Action" for you.
To browse and select Alljoyn Actions from your proximal networks.
If no Alljoyn service is found, you can try to "Refresh" agian.
Test Platform
- Linux (Yocto 1.5)
Known Issues
- After reboot NODE-RED server, it cannot reconnect the Alljoyn connection which users set up previously. It needs to open Edit Dialog again to reconnect.
History
- v0.1.0 - Nov 2015 : Support "Alljoyn Action" function
License
Copyright 2015 ADVANTECH Corp. under the Apache 2.0 license.