Giter Site home page Giter Site logo

perl-aprs-fap's Introduction

Ham::APRS::FAP
==============

FAP - Finnish APRS Parser (Fabulous APRS Parser)

This module is a fairly complete APRS parser implemented in pure Perl.
It parses normal, mic-e and compressed location packets, NMEA location
packets, objects, items, messages, telemetry and most weather packets. It is
stable and fast enough to parse the APRS-IS stream in real time.

Unless a debugging mode is enabled, all errors and warnings are reported
through the API (as opposed to printing on STDERR or STDOUT), so that
they can be reported nicely on the user interface of an application.
This parser is not known to crash on invalid packets. It is used to power
the http://aprs.fi/ web site.

APRS features specifically NOT handled by this module:
 - special objects (area, signpost, etc)
 - network tunneling/third party packets
 - direction finding
 - station capability queries
 - status reports (partially)
 - user defined data formats

This module is based (on those parts that are implemented)
on APRS specification 1.0.1.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires a reasonably recent Date::Calc module.

DOCUMENTATION

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

THINGS TO DO

 - Adding more tests
 - Implement more of the missing features
 - Implement some more packet construction methods, passing data in a
   hash instead of a long list of parameters

SEE ALSO

  http://pakettiradio.net/libfap/ - C library port of Ham::APRS::FAP
  http://github.com/kd7lxl/python-libfap - Python bindings for libfap

COPYRIGHT AND LICENCE

Copyright (C) 2005-2012 Tapio Sokura
Copyright (C) 2007-2012 Heikki Hannikainen

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

perl-aprs-fap's People

Contributors

hessu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.