k-yle / sACN

💡 🎭 Send & Receive sACN data (DMX over IP) in node.js
https://npm.im/sacn
Apache License 2.0
28 stars 12 forks source link

Universe identifier inconsistencies #18

Closed schw4rzlicht closed 4 years ago

schw4rzlicht commented 4 years ago

Hey there!

I just noticed that although documentation states universes must be between 0 and 63999, util.js throws RangeError: universe must be between 1-63999 when using 0. What am I supposed to use now?

Thanks a lot!

k-yle commented 4 years ago

Hi, you can't listen to universe 0. The sACN standard reserves that universe for future use. I will update the docs to make this clear