bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

Please consider migration to PyQtGraph from PyQwt #104

Closed yarda closed 4 years ago

yarda commented 5 years ago

PyQwt is unmaintained for quite a long time and distributions are dropping it (e.g. it is going to be dropped in Fedora 31). Upstreams are migrating to PyQtGraph, e.g. gnuradio: https://github.com/gnuradio/gnuradio/issues/1634. https://github.com/gnuradio/gnuradio/pull/2399 https://github.com/gnuradio/gnuradio/pull/2187

Unfortunately at the moment I am not able to provide patches.