04-24-2008 04:56 AM
04-24-2008 06:17 AM
Hi anivij,
i´m not sure if there is an easier way, but one solution could be to take the remote adress from the "TCP Wait on listener" and search for it in the result of "netstat". You can get this result by using the "System Exec.vi" with the call of "netstat".
Hope this helps.
Mike
04-24-2008 09:25 AM - edited 04-24-2008 09:26 AM

04-25-2008 01:45 AM
thank u,
your information is useful but it gives me ip address of client pc. i want ip address or hostname of pc which is disconnected from TCP connection, plz help me with this.
04-25-2008 02:37 AM
anivij wrote:
thank u,
your information is useful but it gives me ip address of client pc. i want ip address or hostname of pc which is disconnected from TCP connection, plz help me with this.
04-25-2008 05:03 AM
04-25-2008 06:51 AM
Hi anivij,
do you write client and server part? If yes, you can send the client ip to the server and store it there.
Mike
04-25-2008 08:51 AM
04-25-2008 10:34 AM
04-25-2008 10:44 AM
Hi anivij,
how do you get the names of the connected clients to the server currently? What did you have at the moment? Did you see the shipped Client Server Examples?
Mike