digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

Enabled UDP broadcasting #307

Closed dr-offig closed 5 years ago

dr-offig commented 6 years ago

I need to broadcast OSC messages by sending to 192.168.1.255 for example. It seems that UDP broadcasting is disabled by default. Not sure if that is intentional or not. In any case this pull request adds a few lines to EXTLLVM.cpp that enables broadcasting with llvm_send_udp

digego commented 6 years ago

sorry Toby, not sure how I missed this one :( Can you put the debug back the way it was, then happy to merge. (i.e. comment out #DEFINE _DEBUG and uncomment back std::cout)

digego commented 5 years ago

@dr-offig wanna update this one or should I close?

dr-offig commented 5 years ago

Hey @digego it might be easier for me to make a separate pull request, since this was from some time ago - i'll have a look ...

dr-offig commented 5 years ago

Updating was easier than I thought, should be good to go now

digego commented 5 years ago

thanks Dr!