Re: [Flightgear-devel] Positioning data from the multiplayer server

2007-12-12 Thread frank hadder
? I'm basically trying to get the coordinates to look the same way they do in the FDM. Thanks, frank > Hi Frank. >On Monday 03 December 2007 00:01:50 frank hadder wrote: >> I'm wanting to access the multiplayer positioning data in a third party >> software. Currently, I&#

[Flightgear-devel] Positioning data from the multiplayer server

2007-12-02 Thread frank hadder
I'm wanting to access the multiplayer positioning data in a third party software. Currently, I've modified the FlightGear code to forward position messages received from the multiplayer server to my external application. It appears I'm receiving these messages fine because I can read information in

[Flightgear-devel] Programmatically Gathering Incoming Multiplayer Data to FlightGear

2007-10-18 Thread frank hadder
I'm working on a UAV simulator using FlightGear. The goal is to make an autonomous UAV. We have written code that receives FDM input and sends the flight controls back to the FlightGear simulator ie. we have written a program to fly the plane. Now we want to add the data from the Multiplayer server