kopia lustrzana https://github.com/glidernet/ogn-python
README: Update introduction
rodzic
86f2a606e5
commit
b9f26f1bb8
13
README.md
13
README.md
|
@ -7,14 +7,11 @@
|
||||||
[]
|
[]
|
||||||
(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)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue