mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-15 20:50:28 +00:00
be0427889f
It's using the MID database, which is also part of the PR. mids.db should be placed in /AIS folder on SD card.
14 lines
410 B
Markdown
14 lines
410 B
Markdown
# Make mids.db
|
|
|
|
Licensed under [GNU GPL v3](../../../LICENSE)
|
|
|
|
Python3 script creates a MID (Marine Identification Digit) database.
|
|
MID is part of MMSI and determines (among other things) the conutry.
|
|
|
|
|
|
USAGE:
|
|
- Copy Excel file from https://www.itu.int/en/ITU-R/terrestrial/fmd/Pages/mid.aspx
|
|
- Convert it to a csv document
|
|
- Run Python 3 script: `./make_mids_db.py`
|
|
- Copy file to /AIS folder on SDCARD
|