ArtNet library for Unity(C#).
Forked from https://github.com/MikeCodesDotNET/ArtNet.Net
Receive and Send DMX512 via ArtNet.
DMXController controller;
int universe;
byte[] dmxData;
//512 channels
controller.Send(universe, dmxData);
An ArtNet library for C# and VB.Net developers. Based on the Architecture for Control Networks (ACN) project codebase
- Removed RDM
- Removed all code unrelated to ArtNet
- C# Console app
- VB.Net Console app