Skip to content

Releases: glidernet/python-ogn-client

v1.3.2

23 Apr 08:53

Choose a tag to compare

v1.3.1

23 Apr 08:03

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.3.1

v1.3.0

22 Apr 09:38

Choose a tag to compare

parser: Handle messages that do not conform to the "ogn-aprs-protocol" specification/implementation (fixes #126)
Moved dependency management to to poetry
Added github action pipeline for automated testing and publishing

Full Changelog: v1.2.1...v1.3.0

v1.2.3

01 Apr 22:15

Choose a tag to compare

What's Changed

New Contributors

  • @snip made their first contribution in #125

Full Changelog: v1.2.2...v1.2.3

v1.2.2

31 Mar 22:05

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v0.9.1

18 Sep 20:12

Choose a tag to compare

  • parser: Fixed SPOT beacons and Tracker beacons
  • parser: Fixed kph to ms conversion
  • client: Catch ConnectionResetError

v0.9.0

14 May 18:42

Choose a tag to compare

  • parser: Added support for OGNLT24 (LT24), OGSKYL (Skylines), OGSPID (Spider), OGSPOT (Spot) and OGNFNT (Fanet)
  • parser: Added support for (server) comments
  • parser: Added parser for local receiver output (port 50001)
  • parser: Changed unit for rotation from "half turn per minute" to "degrees/s"

v0.8.2

20 Jan 12:28

Choose a tag to compare

  • parser: Better validation of timestamp, lat/lon and altitude

v0.8.1

12 Jan 18:27
88a73c0

Choose a tag to compare

  • client: Ignore messages other than UTF-8
  • parser: Allow IDs only with hexadecimal values

v0.8.0

02 Oct 20:24

Choose a tag to compare

  • parser: Merged function 'parse_aprs' and 'parse_ogn_beacon' to 'parse'
  • parser: Added support for OGNSDR (receiver), OGNTRK (ogn tracker), OGNFLR (flarm) and OGNAV (Naviter) beacons
  • parser: Added support for RELAYed messages
  • parser: Added support for ddhhmm time format (eg. '312359z')
  • parser: Added support for heared aircrafts
  • client: Allow client to do sequential connect-disconnect