keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
475 stars 66 forks source link

Multicast support #8

Open TheBricktop opened 6 years ago

TheBricktop commented 6 years ago

Is there a possibility to multicast some properties to many clients?

keijiro commented 6 years ago

Broadcasting is possible by specifying the broadcast address.

Multicasting hasn't been supported yet. I think it's a nice-to-have feature.