Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

rjmunro
Copy link
Contributor

@rjmunro rjmunro commented Feb 19, 2023

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.

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.
@sinedied
Copy link
Owner

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

@sinedied sinedied changed the title Allow other ART-NET apps on same machine feat: allow other ART-NET apps on same machine Feb 22, 2023
@sinedied sinedied merged commit d78dd48 into sinedied:main Feb 22, 2023
@rjmunro rjmunro deleted the rjmunro/multiple-art-net branch February 24, 2023 11:25
github-actions bot pushed a commit that referenced this pull request Jun 28, 2023
# [2.0.0](1.4.2...2.0.0) (2023-06-28)

### Bug Fixes

* add missing white control prompt during setup ([a7910b0](a7910b0))
* argument fallback (fixes || does not work if first value is 0 and second is 1. [#26](#26)) ([b309903](b309903))
* crash when colorloop is enabled ([8eece1e](8eece1e))
* parameters restore during config ([074c211](074c211))

* chore!: remove --no-limit option ([dc0a231](dc0a231))
* refactor!: migrate to esm ([b5815d6](b5815d6))

### Features

* add --white option for optional white balance control ([03aba91](03aba91))
* add white balance support ([#30](#30)) ([fc71e98](fc71e98))
* allow other ART-NET apps on same machine ([#35](#35)) ([d78dd48](d78dd48))
* allow selection when multiple bridges are found ([e07d569](e07d569))
* update hue api ([734d700](734d700))

### Reverts

* Revert "chore!: remove --no-limit option" ([f1fdadb](f1fdadb))

### BREAKING CHANGES

* remove --no-limit option
* Requires Node >= 16
@sinedied
Copy link
Owner

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@rjmunro rjmunro mentioned this pull request Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run dmx-hue and Resolume in parallel
2 participants