Version 4 (modified by 12 years ago) ( diff ) | ,
---|
Downloads
X-Plane Remote Access Plugin: xplra.zip
Extract the archive in the
Resources/plugins
directory. It should work on both 32-bit and 64-bit Linux and Windows.
Very-Simple Cross-Platform Library:
Sources: vscpl-0.1.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 32-bit: vscpl-0.1-linux-i686.tar.gz
Linux Intel 64-bit: vscpl-0.1-linux-x86_64.tar.gz
Windows 32-bit: vscpl-0.1-win32.zip
Windows 64-bit: vscpl-0.1-win64.zip
Sources: libxplcommon-0.1.tar.gz
Binaries:
Linux Intel 32-bit: xplcommon-0.1-linux-i686.tar.gz
Linux Intel 64-bit: xplcommon-0.1-linux-x86_64.tar.gz
Windows 32-bit: xplcommon-0.1-win32.zip
Windows 64-bit: xplcommon-0.1-win64.zip
Sources: xplra-0.1.tar.gz
Binaries of the C/C++ client library:
Linux Intel 32-bit: xplra-0.1-linux-i686.tar.gz
Linux Intel 64-bit: xplra-0.1-linux-x86_64.tar.gz
Windows 32-bit: xplra-0.1-win32.zip
Windows 64-bit: xplra-0.1-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.
Python source package: xplra-0.1.zip
This is the source distribution of the client module.
Python client module installer for Windows and Python 2.7: xplra-0.1.win32.msi