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.2.tar.gz
(9.6 kB
view details)
Built Distribution
OGN_lib-0.1.2-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file OGN lib-0.1.2.tar.gz
.
File metadata
- Download URL: OGN lib-0.1.2.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bbc683a75bb9ea74ab2c47ac8b519fa7f43ba846756a2dd5db15a5c822b8874 |
|
MD5 | 9f6183dd7cab98712cc4678fe5f3b9b5 |
|
BLAKE2b-256 | 4150a78a5a711975fffa9f0435faf9c564314b0bc92d3c4f05d3789ab1b744a8 |
File details
Details for the file OGN_lib-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: OGN_lib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a454fb12f68149ecb79ca587a4e52c003b15c4bd1edbef13dc9d271f3ed0e7cd |
|
MD5 | c0acd5a57864b839e0c8d8e76e736c7e |
|
BLAKE2b-256 | d40b73c42147da936328f5885a4c4df3e5ea1ba1f60327c68800bcd59de6aa23 |