Jason Watkins
f88d319191
Updated Java client to support "switch" argument in SIMU command.
2015-05-01 15:07:42 -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
a46c7386f4
minor Java Update
...
- Spelling fix
2015-04-28 12:04:20 -07:00
Jason Watkins
7da82f40dc
Several variable name tweaks and error checking changes.
...
- Minimal functional changes. The primary purpose of these tweaks is to make the clients more consistent across languages.
2015-04-23 11:12:42 -07:00
Chris Teubert
df1c5e95e4
Updated java example
2015-04-23 10:19:11 -07:00
Jason Watkins
3ad2bb76cb
Added selectDATA command to Java client and modified MATLAB client to use it.
2015-04-20 10:41:00 -07:00
Jason Watkins
fd96966911
Tweaked Java client docs and added readDATA command.
2015-04-18 09:16:23 -07:00
Jason Watkins
ccc87f06f2
Updated Java client to conform to new API.
...
- Now uses a single socket.
- Constructor parameter reordered to match C client.
- Defaults to an OS assigned port instead of 49008.
2015-04-17 10:56:04 -07:00
Jason Watkins
4927b6d1b8
Fixed Java client implementation of setCONN
...
- The Java client now reads the CONF message sent by the plugin in response to the CONN command.
2015-04-14 10:22:34 -07:00
Chris Teubert
cf56955756
Removed Non-relevant copyright notice
...
This file doesn’t use the X-Plane API
2015-04-09 16:35:44 -07:00
Jason Watkins
2e05f57baf
Added Java client support for WYPT command.
2015-04-09 12:17:53 -07:00
Jason Watkins
a903859a3c
Added support for the TEXT command to the Java client.
2015-04-07 15:33:53 -07:00
Jason Watkins
1f81a4e54d
Added Java client support for multiplayer sendCTRL
2015-04-07 10:43:39 -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
Jason Watkins
1361288080
Updated IntelliJ project file to point to new test script location.
2015-04-03 15:35:25 -07:00
Chris Teubert
dce3a48f65
moved java test script to TestScripts folder
2015-04-03 15:19:56 -07:00
Chris Teubert
214c79ff31
Removed xcodeproject
2015-04-03 15:13:27 -07:00
Chris Teubert
59d4f073a6
Added copyright notice-java
2015-04-03 15:07:06 -07:00
Jason Watkins
2790f55798
Changed behavior of sockets so that the plugin will correctly recognized different clients.
2015-04-03 14:46:16 -07:00
Jason Watkins
6901ebce6a
Added doc comment to setCONN.
2015-04-03 14:05:43 -07:00
Jason Watkins
74cb81b5f7
Fixed timeout bug in setCONN and strengthened test for setCONN.
2015-04-03 13:59:26 -07:00
Chris Teubert
cfe34f81ea
added "sim/" to the front of DREF
...
optional “sim/“ feature has been removed from XPC
2015-04-03 13:49:58 -07:00
Jason Watkins
494d661d52
Fixed all known bugs
2015-04-03 10:56:54 -07:00
Jason Watkins
b783b40073
Basic implementation of the Java client with integration tests.
2015-04-03 10:56:19 -07:00
Jason Watkins
0a09b11bae
Initial project files
2015-04-03 10:53:17 -07:00