From b9f26f1bb87286335b98bc8ef1e8fe12ab3fbeeb Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Fri, 18 Mar 2016 22:56:59 +0100 Subject: [PATCH] README: Update introduction --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 91841af..5ef6572 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,11 @@ [![PyPi Version](https://img.shields.io/pypi/v/ogn-python.svg)] (https://pypi.python.org/pypi/ogn-python) -A python module for the [Open Glider Network](http://wiki.glidernet.org/). -The submodule 'ogn.gateway' is an aprs client which could be invoked via a CLI -or used by other python projects. -The CLI allows to save all received beacons into a database with [SQLAlchemy](http://www.sqlalchemy.org/). -The [sqlite](https://www.sqlite.org/)-backend is sufficient for simple testing, -but some tasks (e.g. logbook generation) require a proper backend like [postgresql](http://www.postgresql.org/). -An external python project would instantiate ogn.gateway and register a custom callback, -called each time a beacon is received. +A database backend for the [Open Glider Network](http://wiki.glidernet.org/). +The ogn-python module saves all received beacons into a database with [SQLAlchemy](http://www.sqlalchemy.org/). +It connects to the OGN aprs servers with [python-ogn-client](https://github.com/glidernet/python-ogn-client). +For simple tests a [sqlite](https://www.sqlite.org/)-backend is sufficient, +but some tasks (e.g. logbook generation) require a proper database backend like [postgresql](http://www.postgresql.org/). [Examples](https://github.com/glidernet/ogn-python/wiki/Examples)