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

Encode one port per one ArtPollReply is preferred #81

Closed
hideakitai opened this issue Jan 9, 2024 · 0 comments · Fixed by #89
Closed

Encode one port per one ArtPollReply is preferred #81

hideakitai opened this issue Jan 9, 2024 · 0 comments · Fixed by #89
Labels
help wanted Extra attention is needed

Comments

@hideakitai
Copy link
Owner

Currently, four ports are encoded and limited to four ports.

Art-Net devices can send multiple ArtPollReply in order to publish a number of ports greater than 4. The sequence of ArtPollReply is differentiated by the BindIndex. ArtPollReply can encode the information for 4 input ports and 4 output ports; however they must all share the most significant 11-bits of the Port-Address. For this reason, the preferred implementation in Art-Net 4 is to encode only one port per ArtPollReply. If a product has 16 output ports, it will send 16 ArtPollReply using binding.

https://art-net.org.uk/how-it-works/discovery-packets/artpollreply/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant