-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-07-03 17:44, Martin Peach wrote:
Well [udpreceive] should be able to receive from many different senders, no? (It's a bug if not...)
Based on what the [udpreceive] receives, route your replies to one or more [udpsend]s based on info in the incoming packets, or set the port of a single [udpsend] before sending.
th problem with [udpsend]/[udpreceive] is, that you need a [udpreceive] for each client that wants to receive data, which means possibly a lot of different ports, i all [udpreceive]s are sitting on the same host.
[udpclient]/[udpserver] allows to have all this with a single known listening port.
fgmasdr IOhannes