I've ordered a streaming DMX (1.31) compliant controller, and I'd like to write a application to control my Christmas Lights.
Is there a .Net Library for DMX, specifically sACN (streaming ACN)?
3.5k views Asked by szaske At
4
There are 4 answers
0
On
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.
0
On
This library is legit too:
https://github.com/HakanL/Haukcode.sACN
It does sACN over the network well.
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.