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.3.tar.gz
(10.4 kB
view details)
Built Distribution
ogn_lib-0.1.3-py3-none-any.whl
(11.4 kB
view details)
File details
Details for the file ogn-lib-0.1.3.tar.gz
.
File metadata
- Download URL: ogn-lib-0.1.3.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c096a0ef8716dcb9a0c14480aa4daadd7a2e08528e24b718dfee1fd54e16781d |
|
MD5 | 0e22c115ef91c0bf3f40b5808ddef055 |
|
BLAKE2b-256 | 19d56b96ea4ccef5805313e590f1c05f4767469e90d36ca5b74afe317c6c371b |
File details
Details for the file ogn_lib-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: ogn_lib-0.1.3-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 739d97d734a22088c404b29bd17937e524c5f40857add7f7eaef4b92e0cab23f |
|
MD5 | 03f441506b657856b49424c67945a154 |
|
BLAKE2b-256 | 0e6aabe41be1cc16812221b5af274cb3d5d98993d962a1895207a99dc90c2129 |