= Downloads = X-Plane Remote Access Plugin: [/download/xplra.zip xplra.zip] Extract the archive in the `Resources/plugins` directory. It should work on both 32-bit and 64-bit Linux and Windows. [wiki:VSCPL Very-Simple Cross-Platform Library]: Sources: [/download/vscpl-0.1.tar.gz 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: [/download/vscpl-0.1-linux-i686.tar.gz vscpl-0.1-linux-i686.tar.gz] Linux Intel 64-bit: [/download/vscpl-0.1-linux-i686.tar.gz vscpl-0.1-linux-i686.tar.gz] Windows 32-bit: [/download/vscpl-0.1-win32.zip vscpl-0.1-win32.zip] Windows 64-bit: [/download/vscpl-0.1-win64.zip vscpl-0.1-win64.zip] [wiki:XPLCOMMON X-Plane Common Utilities]: Sources: [/download/libxplcommon-0.1.tar.gz libxplcommon-0.1.tar.gz] Binaries: Linux Intel 32-bit: [/download/xplcommon-0.1-linux-i686.tar.gz xplcommon-0.1-linux-i686.tar.gz] Linux Intel 64-bit: [/download/xplcommon-0.1-linux-i686.tar.gz xplcommon-0.1-linux-i686.tar.gz] Windows 32-bit: [/download/xplcommon-0.1-win32.zip xplcommon-0.1-win32.zip] Windows 64-bit: [/download/xplcommon-0.1-win64.zip xplcommon-0.1-win64.zip] [wiki:XPLRA X-Plane Remote Access plugin]: Sources: [/download/xplra-0.1.tar.gz xplra-0.1.tar.gz] Binaries of the C/C++ client library: Linux Intel 32-bit: [/download/xplra-0.1-linux-i686.tar.gz xplra-0.1-linux-i686.tar.gz] Linux Intel 64-bit: [/download/xplra-0.1-linux-i686.tar.gz xplra-0.1-linux-i686.tar.gz] Windows 32-bit: [/download/xplra-0.1-win32.zip xplra-0.1-win32.zip] Windows 64-bit: [/download/xplra-0.1-win64.zip 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: [/download/xplra-0.1.zip xplra-0.1.zip] This is the source distribution of the client module.