Skip to main content

Python Bindings for APRS-IS API.

Project description

Python Module for APRS-IS.

https://travis-ci.org/ampledata/aprs.png?branch=develop

Example Usage

The following example connects to APRS-IS as W2GMD (me!) and filters for APRS frames coming from my prefix (W2GMD, W2GMD-n, etc). Any frames returned are sent to my callback my_cb and printed.

#!/usr/bin/env python

import aprs

a = aprs.APRS(‘W2GMD’)

def my_cb(line):

print line

a.receive(callback=my_cb)

Example output:

W2GMD-6>APRX28,TCPIP*,qAC,APRSFI-I1:T#471,7.5,34.7,37.0,1.0,137.0,00000000

Source

Github: https://github.com/ampledata/aprs

Author

Greg Albrecht W2GMD <gba@gregalbrecht.com>

License

Creative Commons Attribution 3.0 Unported License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aprs-2.2.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page