On 3/31/20 12:06 AM, Christof Ressi wrote:
On 30.03.2020 23:31, Peter Venus wrote:
a good starting point to solve this is in using [udpsndrcv] from iemnet.
actually [udpsndrcv] is just an abstraction around [udpclient] to implement the object of the same name from mrpeach.
Pd vanilla's [netsend] actually allows bi-directional communication: the second outlet outputs messages sent back from the receiver.
right. with recent Pd's you can implement the [udpsndrcv] abstraction using [netsend -u -b].
gfmdsar IOhannes