[Flightgear-devel] FG Network interface

2003-07-16 Thread Christophe DONTAINE
Hi, I'm writing a little application to link Aerowinx PS1 simulator to FlightGear to have a better world visualization. (to C. Olson: the project discussed by mail the 18 April) I use the FG 0.9.1 from CVS where I found a java library to drive FG from the network. (I'm updating my CVS to

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Curtis L. Olson
Christophe DONTAINE writes: Hi, I'm writing a little application to link Aerowinx PS1 simulator to FlightGear to have a better world visualization. (to C. Olson: the project discussed by mail the 18 April) I use the FG 0.9.1 from CVS where I found a java library to drive FG from the

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Bernie Bright
On Wed, 16 Jul 2003 08:09:07 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Christophe DONTAINE writes: Hi, I'm writing a little application to link Aerowinx PS1 simulator to FlightGear to have a better world visualization. (to C. Olson: the project discussed by mail the 18 April)

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Martin Spott
Curtis L. Olson [EMAIL PROTECTED] wrote: It would work better to send over an FGNetFDM structure (src/Network/net_fdm.hxx) via UDP. Maybe sometime someone finds the time to 'normalize' this interface to make it platform independent ;-) I'll see if I get a colleague doing this - if Curt does

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Curtis L. Olson
Martin Spott writes: Maybe sometime someone finds the time to 'normalize' this interface to make it platform independent ;-) I'll see if I get a colleague doing this - if Curt does not object. I think it makes sense to define byte order and size of the respective values a 'standard' like

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Martin Spott
Curtis L. Olson [EMAIL PROTECTED] wrote: Martin Spott writes: Maybe sometime someone finds the time to 'normalize' this interface to make it platform independent ;-) Could you be more specific? The routines already support network byte order, however there are cases (i.e. interfacing to an

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Curtis L. Olson
Martin Spott writes: Curtis L. Olson [EMAIL PROTECTED] wrote: Martin Spott writes: Maybe sometime someone finds the time to 'normalize' this interface to make it platform independent ;-) Could you be more specific? The routines already support network byte order, however there are

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Christophe DONTAINE
Ouch! It seems that I just launch a long discussion :) Bernie Bright I will try this evening for the --props, thank you What about the variables ? 1° I read into the java library some variables like /position/altitude-ft and I would like know if there is a document listing all the

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Bernie Bright
On Wed, 16 Jul 2003 08:57:19 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: Unfortunately the interface mechanism you are using is not designed to be high bandwidth. I believe it runs at 5hz? and only processes one line/command per iteration. You could try