Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository for the mfs2020 flight connector by Bits and Droids

License

NotificationsYou must be signed in to change notification settings

BitsAndDroids/Bits-and-Droids-flight-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Progress can be followed in the new Repository.https://github.com/BitsAndDroids/FlightConnector-Rust

Bits-and-Droids-flight-connector

Repositry for the mfs2020 flight connector by Bits and Droids

This project runs on the QT UI frameworkhttps://www.qt.io/download-open-source

Tools needed to compile

Qt version 6.2Qt additions:

  • Qt Charts
  • Qt Serialport
  • Qt Graphics

Can also be run from third party IDE's like CLion.

Project setup

This project includes all the files and build steps required to build the project in your favorite IDE.All the required DLL's are included in the dist folder which get added upon build.

  • Clone / download
  • Unzip
  • Run CMAKE on the CMakeLists.txt in the binary folder
  • Build
  • Run

Tests

Tests are added to the Test folder. CMake will generate a seperate .exe for the unit tests. You're able to run these test automatically by adding the .exe to your post build setup (IDE dependent).

There are a boatload of inputs/outputs that are still missing Unit tests. All help on this front is welcome <3

Structure

Dashboard

The dashboard is the mainscreen of the application. It consists of several independent units(widgets). The controlling logic has been delegated to seperate controller classes. See the image below for a visual representation of the structure.imageimage

Arduino / ESP32 library

The libraries are a way to simplify the communication between your microcontroller and the connector. They have their own repository which can be found at:https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary

Documentation

The documentation for the connector can be found on the Bits and Droids website.https://www.bitsanddroids.com/flight-sim-connector-library-documentation/

I've started to document the code using Doxygen. For more code insights visit theGithub pages section of this repository.


[8]ページ先頭

©2009-2025 Movatter.jp