Inspiration
My dad's a pilot! He used to write this stuff down by hand, but now he can just throw an SD card into the plane's instrument panel and get the data automatically.
How it works
Pretty simple: the G1000 saves flight logs to an SD card in CSV format. A little string parsing and I can put out a CSV of my own that's a bit more readable.
What I learned
Lots of WinRT APIs: XAML/UI, file I/O/pickers/etc, AutoPlay, DateTimes/parsing
What's next for Glass Cockpit
Actually displaying and storing the flight data within the app, instead of just spitting out a CSV.
Log in or sign up for Devpost to join the conversation.