#lib.rtcomm.node-red
This repository contains all of the 'rtcomm' node-red nodes. These nodes work with WebSphere Liberty Rtcomm services through an MQTT message broker. The following nodes are included:
- Rtcomm session monitoring.
- Rtcomm presence monitoring.
- 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 rtcomm-red
Note: specific releases of this repository can be installed via the following command:
npm install rtcomm-red@<version>
See the wiki page for what versions have been tested with specific versions of the
WebSphere Liberty profile.