keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
465 stars 64 forks source link

Support multicast #9

Open asus4 opened 5 years ago

asus4 commented 5 years ago

I just added a simple multicast feature that is discussed #8 here

Usage

var server = new OscServer(9000); // Port number
server.JoinMulticastGroup("225.6.7.8"); // Multicast address