10-29-2018 04:53 AM
i want to create project that has 1-server for multi-client, send data,log in system and register system.
Part of send data,log in system and register system has finished,But it can send only 1-server to 1- client.
Can anyone advise and point me in the right direction?
10-29-2018 05:52 AM
Typically, you'll have a TCP\IP Listener. Once it gets a connection, it starts a cloned dynamic VI to manage that connection. The listener would simply continue to wait for new listeners.
10-29-2018 07:55 AM
Help >>> Find Examples >>>Networking >>> TCP & UDP >>> TCP Multiple Connections.lvproj
Ben
10-29-2018 09:13 AM
Thank you.I had watched,But i can't adapt it with my project .Because I want to use a lot of port and i want to transfer a lot of data .
10-29-2018 09:13 AM
@Ben wrote:
Help >>> Find Examples >>>Networking >>> TCP & UDP >>> TCP Multiple Connections.lvproj
Ben
Thank you.I had watched,But i can't adapt it with my project .Because I want to use a lot of port and i want to transfer a lot of data .
10-29-2018 09:15 AM
Can you give me an example?Plz.
10-30-2018 10:45 AM
Can you post a screenshot of your existing code or explain further why a program based on that multiple connection example can't be adapted to your project?