2

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

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
szaske
  • 1,887
  • 22
  • 32

4 Answers4

2

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

Haukman
  • 3,726
  • 2
  • 21
  • 33
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.