Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 872 Bytes

File metadata and controls

28 lines (12 loc) · 872 Bytes

The program is intended to track statistics of my flights in X-Plane.

There is a pretty cool GUI displaying all completed flights

main_window

A simple schedule of upcoming 5 flights

main_window

Details of the flight and total statistics.

main_window main_window

And also, the program can show you how you were flying, i.e. it shows all coordinates you've overflown. To start collection of coordinates, you'll have to 'open' the flight before departing. X-plane will continuously send coordinates to the program via UDP on port 50000 (it have to be configured in X-Plane to send lat and lon to specified port) until you press 'close the flight' button in schedule.

main_window