Property Tree Servers: Difference between revisions

→‎Writing Properties: Updating an ancient link to Perl examples. Was pointing to cvs.flightgear.org :-
(Suggesting merging Property Tree/Web Server into this article. See the discussion page for motivation.)
(→‎Writing Properties: Updating an ancient link to Perl examples. Was pointing to cvs.flightgear.org :-)
Line 32: Line 32:
The cool thing is that you can easily write scripts to access this --props=<port#> interface.
The cool thing is that you can easily write scripts to access this --props=<port#> interface.


Take a look at the link below (cvs) for some example perl scripts.
Take a look at the following link for some example Perl scripts. {{flightgear source|path=scripts/perl/examples/}}
[http://cvs.flightgear.org/viewvc/source/scripts/perl/examples/ FlightGear/source/scripts/perl/examples].


Note that there is no requirement that you do this with perl. You could just as easily interact with a running FlightGear instance using perl, C, C++, java, python, probably even <ack> visual basic or anything else that can do tcpip network communication ... matlab? netcat?
Note that there is no requirement that you do this with perl. You could just as easily interact with a running FlightGear instance using perl, C, C++, java, python, probably even <ack> visual basic or anything else that can do tcpip network communication ... matlab? netcat?