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.

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.

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 Heikki Hannikainen

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