[LAD] python-osc udp_client.UDPClient() - How do I figure out the reply-to IP?

Christopher Arndt chris at chrisarndt.de
Wed Jul 6 07:01:42 UTC 2016


Am 06.07.2016 um 08:59 schrieb Christopher Arndt:
> It's not uncommon for OSC software, that you have to specify client (a)
> address(es) in the server as well, since OSC, commonly using UDP as a
> transport, is only uni-directional, so to get bi-directional
> communication, every participant in an OSC communication has to be a
> server and a client.

I forgot: if you only have clients in the local network, you could also 
just send packets to the broadcast address (use ifconfig to look it up).

Chris


More information about the Linux-audio-dev mailing list