This package browser is in early development. Mind the rough edges.

gnuradio

Toolkit for software-defined radios

GNU Radio is a development toolkit that provides signal processing blocks to implement software radios. It can be used with external RF hardware to create software-defined radios, or without hardware in a simulation-like environment.

Installation

Install the latest version of gnuradio as follows:

guix install gnuradio

Or install a particular version:

guix install [email protected]

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.