@jbrun80/node-red-contrib-sacn-in-multiple-universes
v1.0.0
Published
A Node-RED node for sACN input across multiple universes.
Downloads
4
Readme
Description
This Node-RED package provides a sample node for receiving sACN (Streaming ACN) data for multiple universes. It allows you to configure the mode (multicast or unicast) and the universes to listen to.
Installation To install this node, you can use the Node-RED Palette Manager or run the following command in your Node-RED user directory:
npm install @jbrun80/node-red-contrib-sacn-in-multiple-universes
Usage
Drag and drop the "sACN in-multiple-universes" node from the input category onto your Node-RED flow. Configure the node by specifying the universes to listen to and the operating mode (multicast or unicast). Deploy your flow. The node will receive sACN data for the specified universes and output the received data.
Configuration
Name: Name of the node (optional). Universes: Array of comma-separated universes to listen to (e.g., [1,2,3]). Default is [1]. Mode: Operating mode, either "multicast" or "unicast" (default is multicast). Unicast Address: IP address for unicast mode (default is "127.0.0.1"). Unicast Ports: Comma-separated list of ports for unicast mode (default is "5568"). One port per universe. If multiple universes, usually port = 5568 + universe.
Dependencies
This node relies on the dgram module, which is a built-in Node.js module for handling UDP (User Datagram Protocol) communication. There are no additional external dependencies required for this node.
License
This project is licensed under the MIT License.