Make airlines db - portapack-mayhem/mayhem-firmware GitHub Wiki
This tool creates airlines.db. This database is used to find the airline name and country based on the three-letter ICAO code. This database is currently only used by ADS-B receiver application.
Source for this database is: https://raw.githubusercontent.com/kx1t/planefence-airlinecodes/main/airlinecodes.txt
Build database
- Download the latest version from location above.
- Download script make_airlines_db.py.
- Put them in the same folder and run script. Note: Python 3 required.
- Copy database to /ADSB folder on sdcard.