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.2.1.tar.gz
(11.2 kB
view details)
Built Distribution
ogn_lib-0.2.1-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file ogn-lib-0.2.1.tar.gz
.
File metadata
- Download URL: ogn-lib-0.2.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 551750f981394a3d1e33dc31af7ed9fe1d049bf639990cd5812da8cae391b96a |
|
MD5 | 120c72d4200cee1d825346da73d5ce71 |
|
BLAKE2b-256 | e20aadd66033a474b73d0b8a219f4ffc2e29acb0e7b6f9e47c042c844d94b889 |
File details
Details for the file ogn_lib-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: ogn_lib-0.2.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a90118f6f710a43d7be04fdf76b590cd500d700c5d522f0ecc4064b3f7466a15 |
|
MD5 | ebca3f95e226ba91c832032170d72dd8 |
|
BLAKE2b-256 | d9caca0fa15b0a2272f9dafee6163eeeef22b36122231550e5e41745118cd6f2 |