1
0
Fork 0
flightgear/scripts/java/FGClient
2004-02-10 14:38:51 +00:00
..
docs
src
.cvsignore
build.xml
fgfsclient.jar
main-class.txt
Makefile.am
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.