LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP server

Where can I find example of multithreaded TCP server application
written in CVI ?

___________
best regards
Frog
0 Kudos
Message 1 of 2
(2,944 Views)
Find attached a sample containing the most significant part of the source code of an application that works as follows
-Connect as a client to some TCP servers (IP adresses are on ini files)
-Establish a TCP Server port to send data
-Each time a new client connects, it keeps the handle
-When something arrives from the servers, it send it to all the clients still connected.

Hope it helps.

Xavier Caparrós
xcaparros@capatest.com
Image Hosted by ImageShack.us
0 Kudos
Message 2 of 2
(2,944 Views)