Skip to content

A flight route finder tool written in C++

License

Notifications You must be signed in to change notification settings

websterzh/BravoFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BravoFinder

A flight route finder tool written in C++. This is the 2nd version.

Introduction

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)

Guide

  • Library, the refactoried BravoFinder algorithm library. You can follow the instructions in Library/README.md.
  • CliExample, a really simple CLI demonstration. Checkout CliExample/README.md.
  • WebAPI, a simple Web API demonstration.

Docker

docker build -t bfinder .
docker run -v <pmdg_data_dir>:/dataset -p <local_port>:8000 --name bfinder bfinder

About

A flight route finder tool written in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • CMake 4.5%
  • Dockerfile 3.0%
  • C 0.6%