How can I implement two TCP/IP servers (on two separate computers) and a TCP/IP client (on the third machine)

I have an application where I need to send data via TCP/IP from two separate machines to a third machine. The machines are on a local network connected via a network switch. The data are produced independently through data acquisition by two independent machines before are sent to the client on the third machine. Each machine has a network card. Thank you.

Each server listening on a port separated.  On the client have two loops, each loop tries to open a connection using the IP address of one of the servers on the respective port.  I have this work currently, including the ability to reconnect automatically if a connection is lost.  I could put together a disassembled low example for you if you need.

It is based on the framework of the STM, you find on the site of NOR and download it.  It includes excellent examples.

Tags: NI Software

Similar Questions

Maybe you are looking for