Some notable changes to the package with this release:
- move from Qt4 to Qt5
- move from Python 2 to Python 3
- drop dependency on py-gtk2
ok (and testing and much prodding from) rsadowski@
ok benoit@
Dump 1090 is an ADS-B Mode-S decoder specifically designed for RTLSDR
devices.
The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts
on Google Maps.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21
where the checksum is xored with the ICAO address by brute forcing
the checksum field using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently
detected are shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients
(using --net).
disable generic_xml, as was done upstream in their py3 branch ("this
never really caught on, nor got the attention or maintenance it really
needed. I dunno if it even works in py2 for much anymore, but I don't
think converting it to py3 makes any sense.") - allows jasper@ to
move py-libxml to py3-libxml
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
patches for g3/* added static before the "#ifdef __GNUC__" but on
GCC architectures that ended up having "static static inline".
Move the statics outside the ifdef
ok cwen@