This repository and project are under construction. Please do not use at the moment
SimLink is an application designed to interface hardware (either via a serial port or networked) with common flight simulators.
- Supports common simulators:
- X-Plane 11 or greater
- Prepar3D
- Microsoft Flight Simulator
- Supports hardware connected via serial port or over the network
- Supports rewriting events with Lua
There are two ways to install SimLink. Either from a binary, or build from source. If you don't know which one you want, just download the binary.
Download the latest Release for your platform and install the application.
-
Clone the repository:
git clone https://github.com/simlinkapp/simlink.git
-
Create a build directory:
mkdir build cd build -
Generate build system files using CMake:
cmake ..
(Optional): Specify a generator for your IDE (e.g.,
cmake .. -G "Visual Studio 17"for Visual Studio 2022) -
Compile the project:
cmake --build .
We welcome contributions! To contribute, please:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to the branch.
- Open a pull request from your branch to the main branch.
This project is licensed under the GNU AGPLv3 License - see the LICENSE file for details.
Feel free to open an issue for any bugs or errors you find.
Start a Discussion if you have questions or comments