|
From: Stuart B. <stu...@gm...> - 2016-05-10 08:04:11
|
Hi Hamza, On Tue, May 10, 2016 at 8:36 AM, Hamza Alloush wrote: > Or, we can communicate the model via an external protocol, would that be > possible? therefore the glue code would only be necessary for the > scripting i assume? teach me further(if you would like). By "model" do you mean the FDM model or the graphical model? You could certainly run the FDM model externally and use one of the many Network I/O options in FlightGear to pass data back and forth. Quite a few research projects have done this in the past to use FlightGear as a visualization tool. By extension you could do the same for scripting - have the scripting run externally and interact with FlightGear via one of these protocols. In theory you might be able to do the same with the graphical model but it would suffer from the same issue that Curt highlighted earlier. -Stuart |