Is there a .Net Library for DMX, specifically sACN (streaming ACN)?

3.5k views Asked by At

I've ordered a streaming DMX (1.31) compliant controller, and I'd like to write a application to control my Christmas Lights.

4

There are 4 answers

0
docsteer On BEST ANSWER

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.

0
Nicolás de Ory 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
Andy Gikling On

This library is legit too:

https://github.com/HakanL/Haukcode.sACN

It does sACN over the network well.

0
Haukman On

This looks promising: Architecture for Control Networks (ACN) on CodePlex