HakanL / ACN

Architecture for Control Networks (ACN)
MIT License
7 stars 13 forks source link

sACN Unicast support #5

Closed barjonas closed 6 years ago

barjonas commented 6 years ago

I can't see a built-in way to specify a sACN unicast address. StreamingAcnSocket.SendDmx() always uses the universe multicast address even though the unicast option is specified in ANSI E1.31 9.1:

Universes may be sent directly between network devices using unicast addressing...

How about constructor overloads to specify the destination IpEndpoint or IpAddress? I'm happy to submit a pull request if you like the idea.

HakanL commented 6 years ago

Sounds like a great idea to have an overload, I'd be happy to accept a PR!