mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add stomp, ping, wol, wemo nodes to npm
and add fa icons
This commit is contained in:
21
io/stomp/README.md
Normal file
21
io/stomp/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
node-red-node-stomp
|
||||
===================
|
||||
|
||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to publish and subscribe to and from a <a href="https://stomp.github.io//" target="_new">Stomp</a> server.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in the root directory of your Node-RED install
|
||||
|
||||
npm install node-red-node-stomp
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Connects to a Stomp capable server to send and receive messages.
|
||||
|
||||
The **destination** field is optional. If set it overrides the **msg.topic** property of the message.
|
||||
|
||||
This node only uses the simple security version of the stomp-client.
|
Reference in New Issue
Block a user