node-red-contrib-zmq 0.7.1

ZeroMQ nodes for Node-Red

npm install node-red-contrib-zmq

Extension module for ZMQ endpoints for Node-Red

Reader

Supports read messages from SUB or PULL sockets in server or client mode.

Supported properties:

  • Is server - bind or connect. For reader default is connect
  • URI - comma separated connection strings for connecting or binding
  • Mode - socket type: SUB or PULL
  • Topic - for SUB socket - comma separated topics names (prefix for match messages). Topic name will be written into topic field.

Writer

Supports write messages to PUB or PUSH sockets in server or client mode. Can send payload as single message or as multipart if payload is Array.

Supported properties:

  • Is server - bind or connect. For writer default is bind
  • URI - comma separated connection strings for connecting or binding
  • Mode - socket type: PUB or PUSH
  • Topic - for PUB socket - topic name for messages. Can be override by topic field in message.

Node Info

Version: 0.7.1
Updated 7 years, 4 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

8 in the last week

Nodes

  • zmq-reader
  • zmq-writer

Keywords

  • node-red
  • zmq
  • node-red-zmq
  • zeromq
  • node-zeromq

Maintainers