oksunp / vvopensource

Automatically exported from code.google.com/p/vvopensource
0 stars 0 forks source link

UDP broadcast packets #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hello ray; (could not find your email)

not a defect but a suggestion:

add

    int yes = 1;
    setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &yes, sizeof(yes));

to OSCOutPort.m in createSocket.m to get broadcast packets out of VVOSC. maybe 
it can be done more elegantly but it "works for me" as is (tested on iOS 4.2)

& thanks for the framework!

Original issue reported on code.google.com by b...@artificiel.org on 17 Dec 2010 at 12:42