node-red-contrib-rtcomm
v1.0.0-beta.5
Published
Node-RED nodes that interface with Rtcomm services from a WebSphere Liberty Profile Server.
Downloads
4
Maintainers
Readme
#lib.rtcomm.node-red
This repository contains all of the 'rtcomm' node-red nodes. These nodes interface to Rtcomm services through an MQTT message broker running on a WebSphere Liberty server running the rtcomm-1.0 feature. The services enables by these nodes includes:
- Event monitoring of Rtcomm services.
- Third party call control (the ability to initiate a 3rd party call).
The nodes rely on node-red (http://nodered.org/).
##Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-rtcomm
Note: specific releases of this repository can be installed via the following command:
npm install node-red-contrib-rtcomm@<version>
See the wiki page for what versions have been tested with specific versions of the
WebSphere Liberty profile.