A flight route finder tool written in C++. This is the 2nd version.
Very simple route finder based on PMDG navigation dataset.
- A blog post (Simplified Chinese only) about algorithm and implementation (version 1 in 2016, not v2)
- A blog post (Simplified Chinese only) about building v2 library and examples on Windows (Jan 2018)
Library
, the refactoried BravoFinder algorithm library. You can follow the instructions inLibrary/README.md
.CliExample
, a really simple CLI demonstration. CheckoutCliExample/README.md
.WebAPI
, a simple Web API demonstration.