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

Invalid header message when receiving broadcast from MadMapper #3

Closed
cansik opened this issue Mar 9, 2018 · 2 comments
Closed

Invalid header message when receiving broadcast from MadMapper #3

cansik opened this issue Mar 9, 2018 · 2 comments
Assignees
Labels

Comments

@cansik
Copy link
Owner

cansik commented Mar 9, 2018

When receiving broadcast messages from MadMapper, sometimes following error occurs:

Mar 09, 2018 10:24:10 PM ch.bildspur.artnet.packets.ArtNetPacketParser parse
WARNING: invalid header
@cansik cansik added the bug label Mar 9, 2018
@cansik cansik self-assigned this Mar 9, 2018
@cansik
Copy link
Owner Author

cansik commented Mar 9, 2018

It seems that Mad Mapper is sending an Art-Net package without a valid header. The header of the package I receive (only from time to time, and it is not the OP_DMX package) looks like the following:

HEX: 41 72 74 2D 45 78 74 00
Dec: 65 114 116 45 69 120 116 0
Ascii: Art-Ext

But as documented in the specification it should be:

HEX: 41 72 74 2D 4E 65 74 00
Dec: 65 114 116 45 78 101 116 0
Ascii: Art-Net

The OP_CODE of the message is 8193 / 0x33303 which refers to no official Art-Net OP_CODE. The package length is 2048 bytes long.

@cansik
Copy link
Owner Author

cansik commented Mar 9, 2018

It is an art-net extension by Garagecube them self:
https://github.com/mattbeghin/Art-Ext-Poll

@cansik cansik closed this as completed in 791a0ee Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant