Skip to content

And this time, I mean it

Latest
Compare
Choose a tag to compare
@ktemkin ktemkin released this 10 Apr 17:50
· 4 commits to master since this release
9fa8c17

This is the first full release in the GNURadio 3.8 series, built off of python3 and Qt5. It contain most of the features of previous releases, and maintains several of the large changes from the pre-release.

  • This distribution is based on the modern Python 3 rather than the deprecated Python 2.
  • The UI has been updated to use Qt5 for qtgui; the old wxgui has been removed upstream.
  • GNUradio has changed a bunch of its internals, favoring a new format for block description. Many existing out-of-tree modules will need to be updated.

Built with backend support, non-exhaustively including:

  • Airspy (via osmosdr and soapy)
  • AirspyHF (via soapy)
  • BladeRF (via osmosdr and soapy; bitstreams included)
  • HackRF (via osmosdr and soapy)
  • LimeSDR (via gr-limesdr and soapy)
  • NetSDR (via soapy)
  • Pluto SDR (via soapy)
  • Red Pitaya (via osmosdr and soapy)
  • RTLSDR (via osmosdr and soapy)
  • UHD/USRP (via osmosdr and soapy)

Currently tested platforms include:

  • BladeRF
  • HackRF
  • LimeSDR
  • RTLSDR

Many thanks to @beaugunderson, who recently helped with some major improvements -- including allowing the distribution to be automatically built via CI.