Beacon processor for the OGN data stream.
Project description
# OGN Lib
[![Build Status](https://travis-ci.org/akolar/ogn-lib.svg?branch=master)](https://travis-ci.org/akolar/ogn-lib) [![codecov](https://codecov.io/gh/akolar/ogn-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/akolar/ogn-lib) [![PyPI version](https://badge.fury.io/py/OGN-lib.svg)](https://badge.fury.io/py/OGN-lib)
## Overview
OGN Lib is an easily extendable library for communication with the [Open Glider
Network](http://wiki.glidernet.org/)'s APRS servers.
The libray is MIT licensed and uses no external dependencies.
## Quick example
```
from ogn_lib import OgnClient, Parser
def callback(data):
print(data)
client = OgnClient('N0CALL')
client.connect()
client.receive(callback, parser=Parser)
```
## Requirements
- Python 3.4 or greater
## Installation
Library is available on PyPI and can be installed by executing
```
pip install ogn-lib
```
## Documentation
The documentation is available online at
[http://ogn-lib.readthedocs.io](http://ogn-lib.readthedocs.io/en/latest/).
## How to contribute
[![Build Status](https://travis-ci.org/akolar/ogn-lib.svg?branch=master)](https://travis-ci.org/akolar/ogn-lib) [![codecov](https://codecov.io/gh/akolar/ogn-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/akolar/ogn-lib) [![PyPI version](https://badge.fury.io/py/OGN-lib.svg)](https://badge.fury.io/py/OGN-lib)
## Overview
OGN Lib is an easily extendable library for communication with the [Open Glider
Network](http://wiki.glidernet.org/)'s APRS servers.
The libray is MIT licensed and uses no external dependencies.
## Quick example
```
from ogn_lib import OgnClient, Parser
def callback(data):
print(data)
client = OgnClient('N0CALL')
client.connect()
client.receive(callback, parser=Parser)
```
## Requirements
- Python 3.4 or greater
## Installation
Library is available on PyPI and can be installed by executing
```
pip install ogn-lib
```
## Documentation
The documentation is available online at
[http://ogn-lib.readthedocs.io](http://ogn-lib.readthedocs.io/en/latest/).
## How to contribute
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
OGN lib-0.1.1.tar.gz
(9.3 kB
view details)
Built Distribution
OGN_lib-0.1.1-py3-none-any.whl
(11.1 kB
view details)
File details
Details for the file OGN lib-0.1.1.tar.gz
.
File metadata
- Download URL: OGN lib-0.1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f5704ae3476de26e1f944ffe171c341a7a8677d767c6bcda70f4674baff063a |
|
MD5 | ba23c1d1e991c0b0daaeed94b70750fe |
|
BLAKE2b-256 | 2d913263bffa8509c906513026bad1931bc8fb00b328ea898c4a381800969e7b |
File details
Details for the file OGN_lib-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: OGN_lib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9ea4f2c660129681fe60a5414880dc619b0b82fb42e09a921022bbce03a01d5 |
|
MD5 | a10913054a8592bf1d1281aa825ee270 |
|
BLAKE2b-256 | 9759637eecb631d258ddcbb7ecd9a0e94aec363bead8d46c429294815192045a |