OscJack icon indicating copy to clipboard operation
OscJack copied to clipboard

Support multicast

Open asus4 opened this issue 6 years ago • 0 comments

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

asus4 avatar Aug 17 '18 08:08 asus4