Skip to content

Asanio06/UnionFlightReader

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages