OGN-lib 0.2.5

Creator: railscoder56

Last updated:

Add to Cart

Description:

OGNlib 0.2.5

# 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)## OverviewOGN Lib is an easily extendable library for communication with the [Open GliderNetwork](http://wiki.glidernet.org/)'s APRS servers.The libray is MIT licensed and uses no external dependencies.## Quick example```from ogn_lib import OgnClient, Parserdef callback(data): print(data)client = OgnClient('N0CALL')client.connect()client.receive(callback, parser=Parser)```## Requirements- Python 3.4 or greater## InstallationLibrary is available on PyPI and can be installed by executing```pip install ogn-lib```## DocumentationThe documentation is available online at[http://ogn-lib.readthedocs.io](http://ogn-lib.readthedocs.io/en/latest/).## How to contribute

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.