README: Update introduction

pull/49/head
Fabian P. Schmidt 2016-03-18 22:56:59 +01:00
rodzic 86f2a606e5
commit b9f26f1bb8
1 zmienionych plików z 5 dodań i 8 usunięć

Wyświetl plik

@ -7,14 +7,11 @@
[![PyPi Version](https://img.shields.io/pypi/v/ogn-python.svg)] [![PyPi Version](https://img.shields.io/pypi/v/ogn-python.svg)]
(https://pypi.python.org/pypi/ogn-python) (https://pypi.python.org/pypi/ogn-python)
A python module for the [Open Glider Network](http://wiki.glidernet.org/). A database backend for the [Open Glider Network](http://wiki.glidernet.org/).
The submodule 'ogn.gateway' is an aprs client which could be invoked via a CLI The ogn-python module saves all received beacons into a database with [SQLAlchemy](http://www.sqlalchemy.org/).
or used by other python projects. It connects to the OGN aprs servers with [python-ogn-client](https://github.com/glidernet/python-ogn-client).
The CLI allows to save all received beacons into a database with [SQLAlchemy](http://www.sqlalchemy.org/). For simple tests a [sqlite](https://www.sqlite.org/)-backend is sufficient,
The [sqlite](https://www.sqlite.org/)-backend is sufficient for simple testing, but some tasks (e.g. logbook generation) require a proper database backend like [postgresql](http://www.postgresql.org/).
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.
[Examples](https://github.com/glidernet/ogn-python/wiki/Examples) [Examples](https://github.com/glidernet/ogn-python/wiki/Examples)