hhromic / e131-node

Node.js client/server library for the E1.31 (sACN) protocol
Apache License 2.0
28 stars 12 forks source link

Allow dynamic modification of universes the server listens on #13

Open szekelyisz opened 4 years ago

szekelyisz commented 4 years ago

This PR introduces server.addUniverses(universes) and server.dropUniverses(universes) methods to add and remove universes the server listens for at runtime.