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:
@@ -39,6 +39,7 @@
|
||||
#include "LedDeviceTpm2net.h"
|
||||
#include "LedDeviceUdpRaw.h"
|
||||
#include "LedDeviceUdpE131.h"
|
||||
#include "LedDeviceUdpArtNet.h"
|
||||
#include "LedDeviceHyperionUsbasp.h"
|
||||
#include "LedDevicePhilipsHue.h"
|
||||
#include "LedDeviceTpm2.h"
|
||||
@@ -91,6 +92,7 @@ LedDevice * LedDeviceFactory::construct(const QJsonObject & deviceConfig, const
|
||||
REGISTER(Tpm2net);
|
||||
REGISTER(UdpRaw);
|
||||
REGISTER(UdpE131);
|
||||
REGISTER(UdpArtNet);
|
||||
REGISTER(UdpH801);
|
||||
REGISTER(PhilipsHue);
|
||||
REGISTER(AtmoOrb);
|
||||
|
Reference in New Issue
Block a user