sACN icon indicating copy to clipboard operation
sACN copied to clipboard

💡 🎭 Send & Receive sACN data (DMX over IP) in node.js

Results 5 sACN issues
Sort by recently updated
recently updated
newest added

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:...

question

Support _RDMNet_ using the new E1.33 protocol See also: https://github.com/ETCLabs/RDMnet

enhancement

Ought to close and reopen the `dgram` socket on network disconnect/reconnect. Could be an optional feature: ```js sACN.on('close', sACN.tryReopen); ```

enhancement

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...