MultiServerClient Example in LabWindows/CVI

Updated Feb 2, 2024

Reported In

Software

  • LabWindows/CVI

Issue Details

I am trying to create a client application that could connect with multiple servers in LabWindows/CVI. However, I could not find any examples that is related to what I want to achieve. The available example is limited to MultiClientServer.cws. Is it possible to create multiserver client application in LabWindows?

Solution

The MultiServerClient example is not available in LabWindows. However, it is possible to write an client application that communicates with multiple server in LabWindows. This can be achieved by creating a separate thread for each server that the client wants to connect.