-----Original Message----- From: Martin Pichlmair [mailto:pi@igw.tuwien.ac.at] Sent: terça-feira, 27 de Abril de 2004 15:35 To: Jorge Cardoso Cc: pd-list@iem.at Subject: Re: [PD] Netserver + UDP
why not simply let the applet send it's ip address via udp?
That was my first attempt but unfortunately it doesn't work :
it's IP address for security reasons.
that machine belongs to a network that uses private Ips (i.e., is behind a firewall/NAT machine) it would be useless...
So what I really need is to learn the address from the point of view of the destination (PD).
[netserver] does the job but only for TCP connections but UDP is more suited in my case.
On Apr 27, 2004, at 13:58, Jorge Cardoso wrote:
Hi all,
Is there an object like [netserver] that prints the client's IP address, but that is able to receive UDP connections?
I'm trying to connect an applet to PD using netreceive but since I need to send data back to the applet I must know it's IP...