summarylogtreecommitdiffstats
path: root/mlat-client-git.changelog
blob: 1c0b00ee00f5c4e033486518133d0f6e4d1a5609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
mlat-client (0.2.4) unstable; urgency=medium

  * Better periodic stats logging.
  * Grab CLIENT_VERSION from the source in setup.py so it doesn't need to be
    in two places.
  * fa-mlat-client: explicitly log exceptions on exit to try to fix cxfreeze
    weirdness.
  * fa-mlat-client: log server status messages.
  * fa-mlat-client: periodically report UDP stats so the server can notice
    message loss.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sun, 27 Sep 2015 23:27:16 +0100

mlat-client (0.2.3) unstable; urgency=medium

  * Produce integer speed/heading/vrate values in Basestation output, maybe
    this will make VRS happier.

 -- Oliver Jowett <oliver@mutability.co.uk>  Thu, 09 Jul 2015 12:27:20 +0100

mlat-client (0.2.2) unstable; urgency=medium

  * Big overhaul of option handling. Existing configs should be upgraded
    automatically. See new config questions or mlat-client --help for details.

  * Support both listen and connect ("push") modes for result connections.

  * Add Beast-format result connections that generate synthetic DF17 messages
    for result position and velocity. The synthetic messages have a special
    timestamps (FF 00 MLAT) to indicate they are mlat-generated. mlat-client
    will ignore any messages with this timestamp that it receives. Input
    messages from the receiver are _not_ looped through to result connections.

  * Support receiving mlat results via a Flightaware-style connections in
    fa-mlat-client.

  * Support the full range of input / result options in fa-mlat-client.

 -- Oliver Jowett <oliver@mutability.co.uk>  Thu, 02 Jul 2015 16:48:45 +0100

mlat-client (0.2.1) unstable; urgency=medium

  * Add Breaks/Replaces for piaware versions that also provide
    /usr/bin/fa-mlat-client (piaware 2.0-5 stops providing this)

 -- Oliver Jowett <oliver@mutability.co.uk>  Sun, 28 Jun 2015 12:05:22 +0100

mlat-client (0.2.0) unstable; urgency=medium

  * Integrate the Flightaware version of the client into the main release.

 -- Oliver Jowett <oliver@mutability.co.uk>  Thu, 18 Jun 2015 20:33:17 +0100

mlat-client (0.1.17) unstable; urgency=medium

  * Handle keepalives and other messages that have a timestamp of zero.
  * Log a better explanation when a ClockResetError is seen.

 -- Oliver Jowett <oliver@mutability.co.uk>  Mon, 15 Jun 2015 20:17:11 +0100

mlat-client (0.1.16) unstable; urgency=medium

  * Workaround for dump1090-mutability issue #47 (a bug when using --modeac that would
    trigger ClockResetErrors)

 -- Oliver Jowett <oliver@mutability.co.uk>  Mon, 08 Jun 2015 17:13:03 +0100

mlat-client (0.1.15) unstable; urgency=medium

  * Fix "TypeError: expected an object with the buffer interface" and
    timestamp problems when configured for a SBS receiver.
  * Added some debugging info to ClockResetError.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sun, 07 Jun 2015 11:16:30 +0100

mlat-client (0.1.14) unstable; urgency=medium

  * Fix looping "_modes.ClockResetError" errors after dump1090 restart.
  * Skip 0.1.13 since the 0.1.12 release had the wrong client version
    embedded in the code.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sun, 31 May 2015 14:04:28 +0100

mlat-client (0.1.12) unstable; urgency=medium

  * Log client version on startup.
  * Add an inactivity timeout to server connections.
    In particular, this should help with connections that silently die
    during the handshaking phase, where we would otherwise wait forever
    without writing.
  * Convert to Python 3.
  * Use time.monotonic() if available; emulate it if not available. This should
    help with cases where system time goes backwards.
  * More processing moved into the extension module. This seems to reduce the
    client CPU by around 20% overall.

 -- Oliver Jowett <oliver@mutability.co.uk>  Wed, 27 May 2015 14:28:16 +0100

mlat-client (0.1.11) unstable; urgency=medium

  * Bugfixes for SBS support.
  * Entirely clean up UDP state on server disconnect.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sun, 03 May 2015 23:52:01 +0100

mlat-client (0.1.10) unstable; urgency=medium

  * Rename --clock-type to --input-type.
  * Add support for SBS "raw socket" inputs (--input-type sbs).
  * Clean up the Radarcape GPS rollover code.
  * Improvements to options help.
  * Remove --random-drop as it's no longer useful.
  * Added configuration-script support for --input-type.

 -- Oliver Jowett <oliver@mutability.co.uk>  Tue, 28 Apr 2015 14:09:21 +0100

mlat-client (0.1.9) unstable; urgency=medium

  * Support for Radarcape when in GPS timestamp mode.
  * Add --privacy command-line option.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sat, 25 Apr 2015 18:29:31 +0100

mlat-client (0.1.8) unstable; urgency=medium

  * Don't explode if there is no covariance matrix in an ECEF result.
  * Log server message parsing failures with a bit more detail.
  * Fix server->client decompression in zlib2 when a partial packet is received.
  * Fix server->client path for zlib and "no" compression (oops).

 -- Oliver Jowett <oliver@mutability.co.uk>  Fri, 24 Apr 2015 10:09:50 +0100

mlat-client (0.1.7) unstable; urgency=medium

  * Remove --byteswap-timestamp option: the timestamps generated by a
    big-endian dump1090 are irretrievably broken.
  * Futureproofing: add support for "split sync" sync message
  * Futureproofing: add a sequence number to the UDP header, bump UDP version
  * Futureproofing: restructure the heartbeat message so more fields can be
    added later
  * Add support for ECEF-style return results.

 -- Oliver Jowett <oliver@mutability.co.uk>  Thu, 23 Apr 2015 00:10:45 +0100

mlat-client (0.1.6) unstable; urgency=medium

  * Raise better exceptions on input error to try to diagnose Radarcape problems.
  * Handle (and skip) the mystery '4' message that Radarcape systems generate.
  * Add --byteswap-timestamp for dealing with dump1090s that (incorrectly)
    generate little-endian timestamp values.
  * Use the normal reconnect delay when reconnecting after a timestamp problem is
    seen.
  * Don't forward DF17 sync messages with NUC<6.
  * Use UDP transport for mlat/sync messages if requested by the server. Can
    be disabled with --no-udp.
  * Send ADS-B position rate reports if requested by the server.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sat, 18 Apr 2015 09:31:50 +0100

mlat-client (0.1.5) unstable; urgency=medium

  * Fix exception logging.
  * Fix server vs client confusion in the shutdown message.
  * Escape CSV fields that might have commas/quotes.
  * Add support for extended Basestation-like output format on a separate port via --sbs-ext-port.

 -- Oliver Jowett <oliver@mutability.co.uk>  Sat, 04 Apr 2015 13:06:41 +0100

mlat-client (0.1.4) unstable; urgency=medium

  * Emit ICAO addresses in SBS output in all-caps to make VRS happier.
  * If no Beast data (not even keepalives) is seen for 2.5 minutes, reconnect.
  * Clean up connection logging a little.
  * Re-add some periodic stats.
  * Increase the allowable backwards-timestamp value a little.

 -- Oliver Jowett <oliver@mutability.co.uk>  Mon, 30 Mar 2015 22:59:10 +0100

mlat-client (0.1.3) unstable; urgency=medium

  * If message timestamps go significantly backwards, drop the input connection
    and reconnect.
  * Ignore heartbeat messages with a zero timestamp.
  * Expire all current aircraft state if the input connetion is lost.
  * Handle connection errors a bit more reliably.

 -- Oliver Jowett <oliver@mutability.co.uk>  Mon, 23 Mar 2015 10:44:51 +0000

mlat-client (0.1.2) unstable; urgency=medium

  * Reset last-message-timestamp when reconnecting to input.
    Should fix the client getting stuck if dump1090 restarts.

 -- Oliver Jowett <oliver@mutability.co.uk>  Wed, 18 Mar 2015 14:20:02 +0000

mlat-client (0.1.1) unstable; urgency=low

  * Fix BaseStation time format to make VRS happier.

 -- Oliver Jowett <oliver@mutability.co.uk>  Wed, 18 Mar 2015 10:59:30 +0000

mlat-client (0.1) unstable; urgency=medium

  * Initial release.

 -- Oliver Jowett <oliver@mutability.co.uk>  Tue, 17 Mar 2015 21:59:40 +0000