10-01-2012 06:22 AM
hello,
i am using network streams to transfer data between a host and a client.
how can i obrain the ip-address of the remote machine?
best regards
10-01-2012 08:28 AM
Probably you can't. You need a process running on the remote machine that actively provides the IP address.
Cheers
Edgar
10-01-2012 08:41 AM
@labviewette wrote:
hello,
i am using network streams to transfer data between a host and a client.
how can i obrain the ip-address of the remote machine?best regards
I use an approach modeled after how network printers are discovered. The server broadcasts its IP via UDP packets.
ben