Fork me on GitHub

aprsmap

An APRS mapping application developed by Gordon JC Pearce (MM0YEQ) and others, with key goals of being easier to use and looking prettier than the standard Amateur Radio software.
The first in a series of applications based around the APRS protocol.
Map showing G0HWC driving in London

G0HWC mobile in London. Click to enlarge

This application is currently in the earliest stages of development, and is not representative of the quality of the final application, if we ever get there.

Requirements

OSM-GPS-MAP and libfap are available for Arch Linux users via AUR at: here and here respectively.

Build & Run

Currently, there are no binaries available for any platform. aprsmap uses waf for building, which relies on python. To build:
./waf configure
./waf

To run:
./build/default/aprsmap

Contributors

Gordon JC Pearce MM0YEQ (github.com/gordonjcp)
Michael Maclean (github.com/mgdm)
Dave Hibberd MM6ZRZ (github.com/hibby)
Andrew Elwell (github.com/elwell)
Kyle Gordon 2M1DIQ (github.com/kylegordon)

Contact

Gordon JC Pearce (github.com/gordonjcp)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/gordonjcp/aprsmap