Skip to content

Ham::APRS::DeviceID perl module to identify APRS software and devices

License

Notifications You must be signed in to change notification settings

hessu/perl-aprs-deviceid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ham::APRS::DeviceID
===================

DeviceID - An APRS device identifier

This module attempts to identify the manufacturer, model and 
software version of an APRS transmitter. It looks at details found
in the parsed APRS packet (as provided by Ham::APRS::FAP) and updates
the hash with the identification information, if possible.

The module comes with a device identification database, which is
simply a copy of the YAML master file maintained separately at:

https://github.com/hessu/aprs-deviceid

The device identification database is available in YAML, JSON and
XML formats for use in other applications and programming languages.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires a reasonably recent Ham::APRS::FAP module, YAML::Tiny to
load the device identification database and File::ShareDir for finding it.

DOCUMENTATION

This module is documented in perldoc format - see 'perldoc Ham::APRS::DeviceID'
(after installing) or 'perldoc /path/to/DeviceID.pm' (before installing).

THINGS TO DO

 - Implement more detections

COPYRIGHT AND LICENCE

Copyright (C) 2010-2016 Heikki Hannikainen

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

Ham::APRS::DeviceID perl module to identify APRS software and devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published