Downloads
X-Plane Remote Access Plugin: xplra.zip
Extract the archive in the
Resources/plugins
directory. It should work on both Linux and Windows with 64-bit X-Plane.
Very-Simple Cross-Platform Library:
Sources: vscpl-0.3.tar.gz
Binary distributions:
These are precompiled versions of the library. The directory layout is the usual Unix one for the Windows versions as well, meaning you can use them with MingW32 on Linux right away, but it should be no problem to import the libraries into Visual Studio or whatever.
Linux Intel 64-bit: vscpl-0.3-linux-x86_64.tar.gz
Windows 64-bit: vscpl-0.3-win64.zip
Sources: libxplcommon-0.2.tar.gz
Binaries:
Linux Intel 64-bit: xplcommon-0.2-linux-x86_64.tar.gz
Windows 64-bit: xplcommon-0.2-win64.zip
Sources: xplra-0.3.tar.gz
Binaries of the C/C++ client library:
Linux Intel 64-bit: xplra-0.3-linux-x86_64.tar.gz
Windows 64-bit: xplra-0.3-win64.zip
The Windows client libraries were compiled with MingW32, thus the C++ classes are not compatible with another C++ compiler, such as Visual C++. However, you can still use the C library, as that should work, or compile the library with your favourite C++ compiler.
Python source package: xplra-0.3.zip
This is the source distribution of the client module.