Changes between Version 3 and Version 4 of XPLRA


Ignore:
Timestamp:
04/14/13 12:16:34 (11 years ago)
Author:
István Váradi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XPLRA

    v3 v4  
    33The X-Plane Remote Access plugin allows external applications to access some of the internal state of X-Plane. The plugin has client libraries for C/C++ and Python, but the protocol is also documented, so you can write your own client even from scratch. Currently it is not so "remote", because the external program has to run on the same computer as X-Plane, but it could be easily extended to allow for communication via TCP as well.
    44
     5Both the plugin and the C/C++ client libraries depend on [wiki:VSCPL] and [wiki:XPLCOMMON], so they are needed to compile it or to link with the client library.
     6
    57The plugin and the client libraries can be downloaded [wiki:Downloads#xplra here], and the developer documentation can be read [doxygen:xplra/index.html here] or [/wwwdoxygen/xplra here].