Updated readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
XPlaneConnect
|
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.
|
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, C++, java, 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.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
X-Plane Connect (XPC) Toolbox
|
X-Plane Connect (XPC) Toolbox
|
||||||
|
|
||||||
Description
|
Description
|
||||||
The X-Plane Connect (XPC) Toolbox facilitates communication with X-Plane. This toolbox allows for the real-time manipulation of X-Plane variables. Possible applications include active control of an XPlane simulation, flight visualization, recording states during a flight, or interacting with a mission over UDP.
|
The X-Plane Connect (XPC) Toolbox facilitates communication with X-Plane. This toolbox allows for the real-time manipulation of X-Plane variables. Possible applications include active control of an XPlane simulation, flight visualization, recording states during a flight, or interacting with a mission over UDP.
|
||||||
@@ -11,7 +11,7 @@ xpcPlugin (Directory: xpcPlugin/)
|
|||||||
xpcScripts
|
xpcScripts
|
||||||
C: (Directory: C/src/, Example: C/xpcExample/)
|
C: (Directory: C/src/, Example: C/xpcExample/)
|
||||||
MATLAB: (Directory: Matlab/+XPlaneConnect/, Example: MATLAB/xpcExample/)
|
MATLAB: (Directory: Matlab/+XPlaneConnect/, Example: MATLAB/xpcExample/)
|
||||||
java: (future-Not complete yet): (Directory: java/src/, Example: java/xpcExample/)
|
java: (Directory: java/src/, Example: java/xpcExample/)
|
||||||
python: (future-Not complete yet): (Directory: python/xpc/, Example: python/xpcExample/)
|
python: (future-Not complete yet): (Directory: python/xpc/, Example: python/xpcExample/)
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
@@ -30,7 +30,7 @@ Compatability:
|
|||||||
Windows:
|
Windows:
|
||||||
Tested on Windows Vista and Windows 7
|
Tested on Windows Vista and Windows 7
|
||||||
Mac OSX
|
Mac OSX
|
||||||
Tested on OS X 10.8-10.9
|
Tested on OS X 10.8-10.10
|
||||||
X-Plane
|
X-Plane
|
||||||
Tested with X-Plane 9 & 10
|
Tested with X-Plane 9 & 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user