flightgear/scripts/java/FGClient
2022-10-20 20:29:11 +08:00
..
docs/javadoc first commit 2022-10-20 20:29:11 +08:00
src first commit 2022-10-20 20:29:11 +08:00
build.xml first commit 2022-10-20 20:29:11 +08:00
fgfsclient.jar first commit 2022-10-20 20:29:11 +08:00
main-class.txt first commit 2022-10-20 20:29:11 +08:00
README first commit 2022-10-20 20:29:11 +08:00

This directory contains a simple, Java network client library for the
FlightGear flight simulator.  See the JavaDoc documentation for
org.flightgear.fgfsclient.FGFSConnection for more information.

There is a simple demo application, FGFSDemo, that you can try like this:

  fgfs --telnet=9000
  java FGFSDemo localhost 9000

To rebuild the program, use the Apache ant utility.