[Flightgear-devel] accessing flightgear fdm properties

2006-09-12 Thread mithun patel
hi everyone 1- has anyone written a script (in C or C++ preferably) that can run in the background and access the properties that are being sent to a socket port and store these in variables. i want to be able to read these, process them and send them on/print them to stdout etc 2- also

Re: [Flightgear-devel] accessing flightgear fdm properties

2006-09-12 Thread Leidson Campos A. Ferreira
Hi mithun,The process to get/set properties at runtime can be done opening a socket connection with machine that flightgear is running, throught props specified port at flightgear startup.After do this, write to the socket the command that you want (like in telnet session). Eg. (See the code below