From: linux g. <lin...@gm...> - 2020-01-06 01:35:09
|
Hi. I would like to connect multiple separate processes to JSBSim. Each process will provide a different set of inputs to JSBSim... weather, flight control, data output, etc. Is there any limitation to the number of processes that can listen on the JSBSim UDP output port ? Provided that processes don't clobber each other's data, is there any limit to the number of processes that can send data on JSBSim's UDP input port ? For example, lets say that I have two separate processes, one for flight control and another for controlling weather. Can both processes listen to the JSBSim output UDP port ? Can both processes send JSBSim data on the JSBSim UDP input port ? FWIW, I looked at the code in FDfdmSocket, etc. and there doesn't appear to be a limitation. Am I missing something ? Thanks ! |