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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
ogn_lib-0.2.5-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file ogn_lib-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: ogn_lib-0.2.5-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5aa98808e4424e139e9b5b331a72399106785fd1536ff00c1d44c5ab182e9aa |
|
MD5 | e05a8c5d5183bd690859fd301579603e |
|
BLAKE2b-256 | 1b00378c0aeeaa4547dd42cc4d153a166f0e1cd0fa2fd38efbca615c14d359c6 |