kopia lustrzana https://github.com/glidernet/python-ogn-client
rodzic
c779e908af
commit
485282ea3b
|
@ -1,5 +1,5 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
## Unreleased
|
## 0.9.0: - 2018-05-14
|
||||||
- parser: Added support for OGNLT24 (LT24), OGSKYL (Skylines), OGSPID (Spider), OGSPOT (Spot) and OGNFNT (Fanet)
|
- parser: Added support for OGNLT24 (LT24), OGSKYL (Skylines), OGSPID (Spider), OGSPOT (Spot) and OGNFNT (Fanet)
|
||||||
- parser: Added support for (server) comments
|
- parser: Added support for (server) comments
|
||||||
- parser: Added parser for local receiver output (port 50001)
|
- parser: Added parser for local receiver output (port 50001)
|
||||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
|
|
||||||
APRS_APP_NAME = 'python-ogn-client'
|
APRS_APP_NAME = 'python-ogn-client'
|
||||||
|
|
||||||
PACKAGE_VERSION = '0.8.2'
|
PACKAGE_VERSION = '0.9.0'
|
||||||
APRS_APP_VER = PACKAGE_VERSION[:3]
|
APRS_APP_VER = PACKAGE_VERSION[:3]
|
||||||
|
|
||||||
APRS_KEEPALIVE_TIME = 240
|
APRS_KEEPALIVE_TIME = 240
|
||||||
|
|
Ładowanie…
Reference in New Issue