LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP network connection information

Hi to all

Im using the Data Logging and Monitoring Example for Distributed Systems and i want to do some modifications.

In the attached image,  i add  to the Server console VI an array indicator to see the connection of the clients to the server, when i  open the  client  console in other PC on my network it appear in the array.
I want to extract some information of the connections, like the Computer name, IP address and Port used, but i didn't find nothing in internet. Can someone give me a clue, please? thanks
0 Kudos
Message 1 of 4
(2,934 Views)
That array is just an array of TCP refnums. The information you're looking for won't be in there, which is why you can't find it.
0 Kudos
Message 2 of 4
(2,924 Views)
No manner to work with TCP refnum to extract information?
i saw something similar but it list a lot of connection.
0 Kudos
Message 3 of 4
(2,917 Views)
That VI is something completely different. Whoever wrote this was getting some connection information from the Winsock driver. I haven't a clue how this maps to the LabVIEW refnums (if it does at all). You will need to ask whoever wrote that code.
0 Kudos
Message 4 of 4
(2,878 Views)