Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: New download URLs for the database files #152

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ repository.

This is a machine-readable index of APRS device and software identification
strings. For easy manual editing and validation, the master file is in YAML
format. A generator tool, provided in this repository, converts the
database to XML and JSON, which are also provided in the
`generated` directory for environments where those are more convenient to
parse. The tool also checks the correct formatting of the database.
format. A generator tool, provided in this repository, checks the YAML file
for correctness and converts the database to XML and JSON. The generated
versions are also made available for download.

This database is maintained by Hessu, OH7LZB, and a soon-to-be-named team of
volunteers.
Expand All @@ -32,6 +31,22 @@ and software. If you choose to use the database, and update from here
regularly, your APRS app will automatically detect new devices added in the
future.

Validated and generated files are automatically published, after every
change in the master database, at the following URLs. APRS applications can
automatically fetch fresh versions, for example, once per week. Just
remember to pick a random day and time - don't schedule all instances to
download precisely on the same second.

* https://aprs-deviceid.aprsfoundation.org/tocalls.yaml
* https://aprs-deviceid.aprsfoundation.org/tocalls.dense.json
* https://aprs-deviceid.aprsfoundation.org/tocalls.pretty.json
* https://aprs-deviceid.aprsfoundation.org/tocalls.xml

The XML and JSON files were previously published in the `generated/`
directory of this repository. Since they're actually build products they do
not belong in the source code repository. The copies in the repository are
no longer updated, and will be removed in 2025.


Licensing
------------
Expand Down
Loading