patopesto / go-sacn

A library for sACN (ANSI E1.31) DMX in Go
MIT License
1 stars 1 forks source link

Transmitter Example #1

Closed goncalo-leal closed 2 weeks ago

goncalo-leal commented 2 weeks ago

I would like to build a sACN transmitter using this package, however, I cannot understand how. I would like my transmitter to send discovery packets and also be able to send DMX output to multiple universes. Can you guide me through this?

patopesto commented 2 weeks ago

I'm currently implementing the transmission side for the library. Expect some updates shortly

goncalo-leal commented 2 weeks ago

I would love to help you implement it! I'm planning on using this library to finish my master's dissertation, so if you need help let me know how to contribute.

patopesto commented 2 weeks ago

Hey. I just pushed a working sender with an example if you'd like to check it out. Feel free to PR if you find any bugs.

goncalo-leal commented 2 weeks ago

Thank you! I'll check it asap