From 7c52db318d8c903c1ad6caef1ea66aea118eeb30 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Wed, 28 Mar 2018 13:49:46 +0200 Subject: [PATCH 1/2] release version 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f739005..98b265c 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.2.0', + version='1.2.2', description='Python Mode-S Decoder', long_description=long_description, From 972ffe264e31a2eeb8109457bd3928986b49188d Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Wed, 20 Jun 2018 16:29:36 +0200 Subject: [PATCH 2/2] Update README.rst --- README.rst | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 2bbb4ce..334f572 100644 --- a/README.rst +++ b/README.rst @@ -7,25 +7,20 @@ Python library for Mode-S message decoding. Support Downlink Formats (DF) are: - aircraft information that contains: ICAO address, position, altitude, velocity (ground speed), callsign, etc. -- Mode-S Elementary Surveillance (ELS) (DF4 and DF5). - - - DF4: Altitude - - DF5: Squawk code - -- Mode-S Enhanced Surveillance (EHS) (DF20 and DF21). Additional information in response to SSR interrogation, such as: true airspeed, indicated airspeed, mach number, wind, temperature, etc. +- Mode-S Comm-B replies :Additional information in response to SSR interrogation, such as true airspeed, indicated airspeed, mach number, wind, temperature, etc. - DF20: Altitude - DF21: Squawk code - - BDS 2,0 Aircraft identification - - BDS 2,1 Aircraft and airline registration markings - - BDS 4,0 Selected vertical intention - - BDS 4,4 Meteorological routine air report - - BDS 5,0 Track and turn report - - BDS 5,3 Air-referenced state vector - - BDS 6,0 Heading and speed report + - DF20/21 BDS 2,0 Aircraft identification + - DF20/21 BDS 2,1 Aircraft and airline registration markings + - DF20/21 BDS 4,0 Selected vertical intention + - DF20/21 BDS 4,4 Meteorological routine air report + - DF20/21 BDS 5,0 Track and turn report + - DF20/21 BDS 5,3 Air-referenced state vector + - DF20/21 BDS 6,0 Heading and speed report Detailed manual on Mode-S decoding is published by the author, at: -http://adsb-decode-guide.readthedocs.io +http://mode-s.org/decode Source code