Elixir package used for parsing APRS packets. This package uses data taken from the tocalls master file from aprsorg/aprs-deviceid repository for identifying APRS software and devices.
The package (when published) can be installed by adding aprs_parser to your list of dependencies in mix.exs:
def deps do
[
{:aprs_parser, "~> 0.1.0"}
]
end