Re: [Flightgear-devel] socket communication

2012-06-24 Thread Viktor Radnai
Hi Sanny, Take a look at this code: http://code.google.com/p/binarymillenium/source/browse/trunk/flightgear/?r=125#flightgear%2Ffgauto The net_fdm.hxx and net_ctrls.hxx files are from Flightgear and define two data structures that can be sent and received by fgfs. In your program you can recei

Re: [Flightgear-devel] 2D panel display problem -- fixed? sort of

2012-06-24 Thread Catherine James
>for me its a feature and not a bug! > D-NXKT I'm fine with having that [2D panel shown regardless of selected view] as an optional feature, but it shouldn't be the default because it doesn't reflect reality. The current menu switch to turn 2D panel on and off is NOT adequate, because I have t

Re: [Flightgear-devel] socket communication

2012-06-24 Thread Peter Morgan
On Sun, Jun 24, 2012 at 8:28 PM, Sanny wrote: > Yes, thanks. but that shows how the socket server receives data from client > (flightgear) what I want is to send data from server to client (flightgear). > > check this note the "input" and "output" tags http://wiki.flightgear.org/Generic_protocol

Re: [Flightgear-devel] socket communication

2012-06-24 Thread Sanny
Yes, thanks. but that shows how the socket server receives data from client (flightgear) what I want is to send data from server to client (flightgear). 2012/6/24 Jonathan Tanant > Hi Sanny, > > Take a look at this : > http://wiki.flightgear.org/Howto:Create_a_generic_protocol > > Best, > Jonath

Re: [Flightgear-devel] 2D panel display problem -- fixed? sort of

2012-06-24 Thread James Turner
On 23 Jun 2012, at 19:50, syd adams wrote: > Back when i started the ATC 'aircraft' , Csaba added an autohide > feature to 2d panels . This keeps them on the display regardless of > view direction. 0 needs to be added to the base > panel xml file. Aircraft/ATC/MP-ATC-panel.xml uses it. Except, i

Re: [Flightgear-devel] socket communication

2012-06-24 Thread Jonathan Tanant
Hi Sanny, Take a look at this : http://wiki.flightgear.org/Howto:Create_a_generic_protocol Best, Jonathan. Le 24 juin 2012 à 19:04, Sanny a écrit : > > Hello! > > My name is Sanny, i'm ecuadorian, i speak spanish and i'm trying to improve > my english apologize me for this :) > > I'm try