jsimonetti / go-artnet

This package attempts to implement the Art-Net 4 specification from (c) Artistic Licence Holding Ltd.
MIT License
33 stars 20 forks source link

Use a single connection #12

Closed jsimonetti closed 5 years ago

jsimonetti commented 5 years ago

We used double network connections for sending and receiving. This resulted in the source port of broadcast packets to use a random port. Using this method we have just a single connection to take care of.

Signed-off-by: Jeroen Simonetti jeroen@simonetti.nl

jsimonetti commented 5 years ago

@apinnecke could you please review?

jsimonetti commented 5 years ago

Besides the two comments, looks good to me. I could test it right away if you want :)

Would you be so kind to check if I didn't break anything on your end. Works for me... :)

aklinkert commented 5 years ago

Confirmed, working on my end too. 👍