I've ordered a streaming DMX (1.31) compliant controller, and I'd like to write a application to control my Christmas Lights.
Asked
Active
Viewed 3,437 times
4 Answers
1
As far as I know there's no .NET library but the protocol is extremely simple to implement, especially to transmit. For the full protocol description you would need the (non-free) E1.31 standard from PLASA/ESTA, however it is supported by Wireshark and sACNView (written in Delphi, an app I develop), and you could figure it out from the source of those two I think.

docsteer
- 2,506
- 16
- 16
0
There are now several libraries that implement the sACN protocol.
Kadmium-sACN is a fairly simple one that gets the job done, that I personally use.

Nicolás de Ory
- 614
- 9
- 31
0
This library is legit too:
https://github.com/HakanL/Haukcode.sACN
It does sACN over the network well.

Andy Gikling
- 11
- 1