Skip to content
Koseng edited this page Mar 17, 2025 · 19 revisions

Note

For current BETA 10.5.2.3

  • There is an issue with the WinWing PFP3N, a line might be missing. A fix is in the works.
  • Using multiple MCDU or PFP3N at the some time does not work correctly at the moment. You can disable CDUs in Settings->Peripherals.

Python is the external MobiFlight scripting language, e.g. needed to connect custom aircraft APIs to the WinWing CDUs.

Required Python environment:

  • Minimum installed Python version: v3.10
  • Python path is set in the windows PATH system variable.
  • Installed Python packages: websockets, gql, SimConnect

Installation instructions

1. Download and install Python. Do not forget to set checkmark for adding python.exe to PATH.

python_installer

2. Install the following Python packages via command line. C:\>

pip install websockets gql simconnect

For websockets at least v14.0 is required. A package can be updated with:

pip install websockets --upgrade

To list the installed packages and versions:

pip freeze

Installation

User Interface

Examples and tutorials

MSFS2020

X-Plane

Workshops

Community Boards & Devices

Additional Information

Firmware

Clone this wiki locally