]> git.mxchange.org Git - flightgear.git/blob - scripts/java/FGClient/README
Fix automake build after mainloop changes - especially, JSBSim includes.
[flightgear.git] / scripts / java / FGClient / README
1 This directory contains a simple, Java network client library for the
2 FlightGear flight simulator.  See the JavaDoc documentation for
3 org.flightgear.fgfsclient.FGFSConnection for more information.
4
5 There is a simple demo application, FGFSDemo, that you can try like this:
6
7   fgfs --telnet=9000
8   java FGFSDemo localhost 9000
9
10 To rebuild the program, use the Apache ant utility.
11