Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.63 KB

File metadata and controls

62 lines (47 loc) · 1.63 KB

UnionFlight Data Reader

MVP

From Xplane :

The objective is to get data from xplane via a UDP connection with the simulator

I thank @MaxFerretti. Thanks to the XPlaneConnector repo I was able to understand more quickly how udp works with Xplane.

  • Can get Aircraft name
  • Can get Aircraft registration
  • Can get Aircraft Indicated Speed
  • Can get Aircraft groundSpeed
  • Can get Aircraft trueAirSpeed
  • Can get Aircraft heading
  • Can get Aircraft verticalSpeed
  • Can get Aircraft Position
  • Know if sim is launched
  • Can close connection
  • Know if sim is paused
  • Know if flight is started

From MFS2020 :

  • Can get Aircraft name
  • Can get Aircraft registration
  • Can get Aircraft Indicated Speed
  • Can get Aircraft groundSpeed
  • Can get Aircraft trueAirSpeed
  • Can get Aircraft heading
  • Can get Aircraft verticalSpeed
  • Can get Aircraft Position
  • Know if sim is launched
  • Can close connection
  • Know if sim is paused
  • Know if flight is started

From P3D :

  • Can get Aircraft name
  • Can get Aircraft registration
  • Can get Aircraft Indicated Speed
  • Can get Aircraft groundSpeed
  • Can get Aircraft trueAirSpeed
  • Can get Aircraft heading
  • Can get Aircraft verticalSpeed
  • Can get Aircraft Position
  • Know if sim is launched
  • Can close connection
  • Know if sim is paused
  • Know if flight is started

Folder structure :

  • 1 folder for lib source code + 1 folder for exemple

CI/CD :

  • Can deploy package on nuget via Github Actions