sciencegey / python_artnet

Easy-to-use python receiver for artnet
MIT License
3 stars 0 forks source link

Support an arbitrarily large number of universes #6

Open charliebruce opened 3 months ago

charliebruce commented 3 months ago

I think currently if you have a setup with a large number of universes, the library will throw an error. The library's limit is possibly 16 based on this, the spec allows up to a theoretical maximum of 32,768 universes (though the practical limit is lower).

It's somewhat an edge case, but would be great if this limit could either be configurable, or could be adjusted to accept an arbitrary number of universes. I'm happy to put in a pull request if you have a preferred approach.