Open asus4 opened 6 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
I just added a simple multicast feature that is discussed #8 here
Usage