1
0
Fork 0
flightgear/scripts/java/FGClient
ThorstenB 02b160c5ff #718: java client example not compiling
Util.java was added to the repo commenting "Half-finished utility class.".
No more progress since (10 years!), so just exclude the file from the
java build by changing its extension.
2012-03-27 21:06:29 +02:00
..
docs/javadoc Goodbye automake. 2011-11-01 11:15:53 +00:00
src #718: java client example not compiling 2012-03-27 21:06:29 +02: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.