sinedied / dmx-hue

:traffic_light: Art-Net node to control Philips Hue lights with DMX
MIT License
185 stars 22 forks source link

feat: allow other ART-NET apps on same machine #35

Closed rjmunro closed 1 year ago

rjmunro commented 1 year ago

By setting the "reuseAddr" option on the socket, multiple processes can bind to the UDP broadcasts on the socket. For example, I was able to connect the ChamSys MagicQ software running on the same machine once I set this.

This will probably fix #32 - I haven't got Resolume installed to try.

sinedied commented 1 year ago

Thanks for your contribution, should help a lot of people!

sinedied commented 1 year ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: