jhandfield / FlightSimMonitor

Library to simplify monitoring of flight telemetry and events in MSFS 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlightSimMonitor

.NET Framework

A .NET Framework library to simplify monitoring of flight telemetry and events in MSFS 2020. The goal ultimately is for this library to be able to serve as intermediary between FS2020 and another application, like FSEconomy or NeoFly or OnAir, allowing for these applications to be written around standard .NET concepts without having to delve into SimConnect to get the data they need.

Current Status

This project is actively in development - as of 3/1/2021, the library is capable of connecting to SimConnect and firing events on connect and disconnect, but little else.

Roadmap

Updated 3/2/2020

  • Implement simple data retrieval and monitoring from SimConnect via events 3/1/2021
  • Implement additional options for logging / shipping flight data
    • Disk (CSV, TSV, JSON, etc.)
    • Network (Websocket)
  • Add additional data fields
  • Add additional flight events
  • Implement field setting capability

About

Library to simplify monitoring of flight telemetry and events in MSFS 2020


Languages

Language:C# 100.0%