I want to implement a program that performs communication between more than 2 computers.
例如,我将拥有一个电脑,向计算机发送查询,该计算机是2222号港口的服务器。 该服务器将始终听取询问。 当盘问时,它将送至另一个机器,该机器是4444号港的服务器。 之后,将在最后一台机器上进行盘问,然后送回。
• 说明:
提盘——>第一机(2222号港)——+;第二机(4444号港)
第二台机器人
第二台机器(4444港口)-------------;第一台机器(2222港口)-----------;查询
Can you please tell me how I can send the received query from first machine to second machine? To be more clear how I can send a received data from any port to another machine?
非常感谢。