Skip to content

SimLinkApp/SimLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNDER CONSTRUCTION

This repository and project are under construction. Please do not use at the moment


SimLink

SimLink is an application designed to interface hardware (either via a serial port or networked) with common flight simulators.

Features

  • 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

Installation

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.

From Binary

Download the latest Release for your platform and install the application.

From Source

  1. Clone the repository:

    git clone https://github.com/simlinkapp/simlink.git
  2. Create a build directory:

    mkdir build
    cd build
  3. 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)

  4. Compile the project:

    cmake --build .

Contributing

We welcome contributions! To contribute, please:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and push them to the branch.
  4. Open a pull request from your branch to the main branch.

License

This project is licensed under the GNU AGPLv3 License - see the LICENSE file for details.

Contact

Bugs

Feel free to open an issue for any bugs or errors you find.

Questions

Start a Discussion if you have questions or comments

About

The main SimLink application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages