mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Artnet (#440)
* Started implementing artnet/DMX support It compiles, but certainly wont work just yet * Fix up packet data and length correct default udp port The data looks ok in wireshark * Code cleanup Sequence runs from 1..255 not 0 fix universe > 255 * code cleanups and force even number of channels * Fix potential endianness issue * added support for 'x' channels per fixture with zero padding its very basic support for now - it needs better multi universe support
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<file alias="schema-tpm2net">schemas/schema-tpm2net.json</file>
|
||||
<file alias="schema-tpm2">schemas/schema-tpm2.json</file>
|
||||
<file alias="schema-udpe131">schemas/schema-e131.json</file>
|
||||
<file alias="schema-udpartnet">schemas/schema-artnet.json</file>
|
||||
<file alias="schema-udph801">schemas/schema-h801.json</file>
|
||||
<file alias="schema-udpraw">schemas/schema-udpraw.json</file>
|
||||
<file alias="schema-ws2801">schemas/schema-ws2801.json</file>
|
||||
|
Reference in New Issue
Block a user