RGB.NET Device-Provider-Package for E1.31 DMX-Devices.
This provider does not load anything by default and requires additional configuration to work.
// Add as many OpenRGB-instances as you like
OpenRGBDeviceProvider.Instance.AddDeviceDefinition(new OpenRGBServerDefinition());
surface.Attach(OpenRGBDeviceProvider.Instance.Devices);
You can also configure additional things like IP and Port in the ServerDefinition.
This provider does not require an additional SDK.