Jason Watkins 66b074d89b Tweaks to fix setCONNTest on Windows 8
- Temporarily disabled the sending of a CONF message from the plugin in response to setCONN. The CONF message causes crashes on Windows 8 when setCONN is called multiple times.
 -  Removed code that attempted to free result slots in parseRequest before overwritting them with new allocations. The CTests suite currently calls parseRequest with a multidimensional array allocated on the stack, resulting in an attempt to free stack memory. A better solution may be to simply check whether the existing result slots are long enough.
 - As of this commit, all tests in the CTests suite are passing on Windows 8 for X-Plane 9, X-Plane 10 23bit and X-Plane 10 64bit.
2015-03-24 16:11:37 -07:00
2015-03-24 16:11:37 -07:00
2014-11-24 14:56:43 -08:00
2014-10-22 15:52:38 -07:00
2014-10-22 15:10:26 -07:00
2015-02-10 11:57:14 -08:00

XPlaneConnect

The X-Plane Communications Toolbox (XPC) is an open source research tool used to interact with the commercial flight simulator software X-Plane. XPC allows users to control aircraft and receive state information from aircraft simulated in X-Plane using functions written in C or MATLAB in real time over the network. This research tool has been used to visualize flight paths, test control algorithms, simulate an active airspace, or generate out-the-window visuals for in-house flight simulation software.

Description
The X-Plane Communications Toolbox is a research tool used to interact with the X-Plane flight simulator Fork: https://github.com/cs-powell/XPlaneConnectCSP
Readme 23 MiB
Languages
Java 28.1%
C 26.9%
Pascal 22.9%
C++ 11.3%
Python 7.8%
Other 3%