sACN
sACN copied to clipboard
💡 🎭 Send & Receive sACN data (DMX over IP) in node.js
This is a small extension of @hansSchall PR. It implements LTP and HTP-merging additionally.
Using the below example, only universe 11 is sent via the desired interface, the others are sent via default. ```javascript const ip = "10.101.100.1"; const sacn11 = new Sender({ universe:...
Support _RDMNet_ using the new E1.33 protocol See also: https://github.com/ETCLabs/RDMnet
Ought to close and reopen the `dgram` socket on network disconnect/reconnect. Could be an optional feature: ```js sACN.on('close', sACN.tryReopen); ```
Hi @k-yle, when using the `minRefreshRate` feature to resend packets continuously the socket might throw errors. One example would be disconnecting and reconnecting the ethernet connection. In this case the...