1
0
Fork 0
flightgear/scripts/java/FGClient
2010-11-11 01:16:29 +01:00
..
docs remove old .cvsignore files 2010-11-11 01:16:29 +01:00
src remove old .cvsignore files 2010-11-11 01:16:29 +01:00
build.xml Separated some functionality out into reusable classes, and built a 2002-06-09 15:39:44 +00:00
fgfsclient.jar Separated some functionality out into reusable classes, and built a 2002-06-09 15:39:44 +00:00
main-class.txt Separated some functionality out into reusable classes, and built a 2002-06-09 15:39:44 +00:00
Makefile.am Add some example remote controll scripts and make sure at least the perl directory is included in the tarball 2004-02-10 14:38:51 +00:00
README Initial draft of a Java client library for FlightGear. 2002-06-08 15:54:56 +00: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.