From: linux g. <lin...@gm...> - 2020-01-07 22:25:33
|
Thanks for the reply, Dave. I forgot about the data frame aspect of it. I'll look into this further. On Tue, Jan 7, 2020 at 12:37 PM dave <dav...@co...> wrote: > Sorry, I answered linux guy directly instead of answering to the list. > Here's my message: > > > -------- Forwarded Message -------- > Subject: Re: [Jsbsim-users] Connecting to multiple processes on UDP ? > Date: Tue, 7 Jan 2020 11:34:09 -0800 > From: dave <dav...@co...> <dav...@co...> > To: linux guy <lin...@gm...> <lin...@gm...> > > Hi linux guy, > > Things are a bit quiet around here. I've been away from coding for a > while, so my input could be dated. I wrote an app called QtJSBSim > https://sourceforge.net/projects/qtjsbsim/ That uses UDP communication > with JSBSim. This may have some ideas in it that you could use. > > My understanding is that you can have multiple input and output sockets, > but each will need a different port. > > I don't see how sending data from separate apps to a single UDP port read > by JSBSim will work. JSBSim expects the data received at a port to have a > particular structure, so it can't be made to read a weather data set and a > controls data set at the same port. You would have to combine the two data > sets before hand then send it to a single port. > > I hope that makes sense, and I hope it's correct. > > > -- Dave Culp, retired linux guy > > > On 1/7/20 9:18 AM, linux guy wrote: > > I looked into this further and it now appears to me that JSBSim allows > only one input port and one output port and that those ports can be > connected to by only one client. Is this correct ? > > Thanks > > > _______________________________________________ > Jsbsim-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/jsbsim-users > > _______________________________________________ > Jsbsim-users mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-users > |