Commit Graph

10 Commits

Author SHA1 Message Date
Jason Watkins
591e3277d5 Fixed input parsing in Java playback example. 2015-08-27 02:44:37 -07:00
Jason Watkins
25b2d70d57 Finished implementation of Java playback example.
- The Java example records data with extra spaces around commas to make parsing easier.
 - I would make the parsing on playback more robust, but I'm writing this at 39,000 feet and the plane doesn't have WiFi, so I don't have access to the Java docs.
 - I'm writing flight simulation code in an airplane at 39,000 feet, which I think is pretty cool.
 - The airplane is even the same model that is on the X-Plane 10 loading screen.
2015-08-27 02:24:47 -07:00
Jason Watkins
d446b18d55 Merge branch 'monitor-example' into develop
Conflicts:
	Python/xplaneConnect.pyproj
2015-08-17 09:28:32 -07:00
Jason Watkins
67881bf03b Added Java playback example 2015-08-17 09:17:21 -07:00
Jason Watkins
f449ec8074 Added monitor example for Java 2015-06-19 13:37:09 -07:00
Jason Watkins
200eadd1e9 Updated Java example.
- Removed setCONN, since very few users should need it in the future.
 - Added test at the beginning of the example to ensure that the client is connected to X-Plane.
2015-05-01 14:28:33 -07:00
Jason Watkins
8932edbd67 Renamed "setDREF" function back to "sendDREF". 2015-04-28 12:10:53 -07:00
Chris Teubert
df1c5e95e4 Updated java example 2015-04-23 10:19:11 -07:00
Jason Watkins
42b9ee15c9 Removed unnecessary project file from Java example. 2015-04-07 08:45:44 -07:00
Jason Watkins
f253c987ae Added Java client example. 2015-04-06 09:56:34 -07:00