|
From: Stephen S. <rad...@gm...> - 2017-04-17 15:38:05
|
On Sat, Apr 15, 2017 at 12:10 PM, cristiano piatti <cri...@gm...> wrote: > Good morning, > how can i receive OSC data through UDP from localhost ? > Could someone please make me an example ? The basic examples in the "examples" directory do this. Just run example_server in one terminal window and example_client in the other. It is the default behaviour if you pass NULL as the first argument to lo_address_new. (For sending.) To receive, nothing special is necessary as far as I remember. Steve |