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

Net handling #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Calvin1602
Copy link

libartnet was not using nets at all because it didn't exist at the time.

The net is 7 additional bits that increase the possible addressable universes from 256 to 32k.

port_addr also contain the subnet, which is already sent in
ar->sub (and, soon, the net too).
It's currently not very important since libartnet doesn't handle
the net (the 7 upper bits) ; but it will, in the next commit.
The net corresponds to the 7 high bits of the PortAdress.
It's an ArtNet3 feature that was missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant