Skip to content

Wrong Universe Number #11

@soyniqolas

Description

@soyniqolas

If you are using the artnet-node server, when you receive DMX data, the "Universe" variable will show you the wrong universe number.

The problem is on the file /lib/artnet_server.js, at line 29.

You need to replace:

var universe = (data[14] * 256) + data[15];

with:

var universe = data[14] + data[15];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions