You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Your Name 4d531f8044
first commit
2 years ago
..
docs/javadoc first commit 2 years ago
src first commit 2 years ago
README first commit 2 years ago
build.xml first commit 2 years ago
fgfsclient.jar first commit 2 years ago
main-class.txt first commit 2 years ago

README

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.