This repository contains the code for the Mobiflight Project
Checkout the code and open the MobiFlightConnector.sln project.
Compile with DEBUG option for development and debugging Compile with RELEASE option for release - this will also execute the release build scripts after compiling that package MobiFlight nicely.
All Dependecies are currently contained in the repository and not referenced dynamically from their repository
- CommandMessenger - Library for communication back and forth between PC and Arduino
- MobiflightConnector - The PC application for configuration and communication between Flightsim and Arduino
- MobiFlightUnitTests - The test suite for the MobiFlight Connector
- VersionInfo - A helper tool to detect the current release version, used during creation of Release Package
Run the MobiFlightConnectorTest project for unit tests
The release package is generated automatically using a RELEASE-build POST BUILD STEP. The necessary program to "sniff" the current version is part of the solution.
To be defined...
- Writing tests
- Code review
- Other guidelines
Look at the wiki to check for further information
Sebastian