1
0
Fork 0
flightgear/scripts/java/FGClient
2002-06-28 14:15:53 +00:00
..
docs/javadoc Initial draft of a Java client library for FlightGear. 2002-06-08 15:54:56 +00:00
src Half-finished utility class. 2002-06-28 14:15:53 +00:00
.cvsignore Added files that only I use locally; it shouldn't hurt anyone else. 2002-06-28 14:15:37 +00: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
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.