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