Skip to content

GNU Radio – the Free and Open Software Radio Ecosystem

License

Notifications You must be signed in to change notification settings

mstfkaratas/gnuradio

This branch is 565 commits behind gnuradio/gnuradio:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8be66a · Jan 19, 2023
Nov 3, 2022
Nov 22, 2022
Nov 14, 2022
Nov 3, 2022
Dec 13, 2022
Dec 21, 2022
Feb 18, 2021
Jan 19, 2023
Nov 16, 2022
Dec 2, 2022
Nov 22, 2022
Nov 16, 2022
Dec 21, 2022
Jan 18, 2023
Jan 9, 2023
Nov 16, 2022
Dec 20, 2022
Nov 16, 2022
Nov 4, 2022
Nov 9, 2022
Dec 13, 2022
Nov 22, 2022
Aug 30, 2022
Jan 3, 2023
Nov 9, 2022
Nov 16, 2022
Nov 16, 2022
Nov 16, 2022
Dec 6, 2022
Jan 13, 2023
Aug 30, 2022
Nov 22, 2022
Jan 28, 2021
Aug 30, 2022
Oct 4, 2022
Jan 25, 2021
Nov 9, 2018
Apr 12, 2020
Apr 12, 2022
Jan 14, 2022
Aug 30, 2022
Jul 13, 2021
Dec 17, 2020
Jul 21, 2007
Dec 17, 2020
Jan 18, 2022
Jun 21, 2019
Dec 19, 2020

Repository files navigation

Make Test Version AUR Docs Packaging status

GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. It can be used with readily-available, low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic, and commercial environments to support both wireless communications research and real-world radio systems.

Please visit the GNU Radio website at https://www.gnuradio.org/ and the wiki at https://wiki.gnuradio.org/. Bugs and feature requests are tracked on GitHub's Issue Tracker. If you have questions about GNU Radio, please search the discuss-gnuradio mailing list archive, as many questions have already been asked and answered. Please also subscribe to the mailing list and post your new questions there.

How to Install GNU Radio

Prebuilt Binaries

The recommended way to install GNU Radio on most platforms is using available binary package distributions.

The following command is for Debian, Ubuntu, and derivatives. Consult your distribution information to obtain the version of GNU Radio which is included.

sudo apt install gnuradio

For other operating systems and versions, see Installing from Binaries

PyBOMBS

PyBOMBS is good at building GNU Radio, UHD, and various Out of Tree (OOT) modules from source and then installing into a specified user directory rather than in the system files. PyBOMBS detects the user's Operating System and loads all of the prerequisites in the first stage of the build.

For a quick start, open a terminal window and enter the following commands. This will install Release 3.8 with Python3.

sudo -H pip3 install PyBOMBS
pybombs auto-config
pybombs recipes add-defaults
pybombs prefix init ~/gnuradio -R gnuradio-default

Wait. The terminal will show the progress.

To run GNU Radio Companion, enter:

    pybombs run gnuradio-companion

Complete PyBOMBS instructions are in the PyBOMBS README.

From Source

Complete instructions for building Gnuradio from source code are detailed in Installing GR From Source.

Legal Matters

Some files have been changed many times throughout the years. Copyright notices at the top of source files list which years changes have been made. For some files, changes have occurred in many consecutive years. These files may often have the format of a year range (e.g., "2006 - 2011"), which indicates that these files have had copyrightable changes made during each year in the range, inclusive.

About

GNU Radio – the Free and Open Software Radio Ecosystem

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.4%
  • Python 27.5%
  • C 5.1%
  • CMake 3.1%
  • Mako 0.3%
  • Fortran 0.3%
  • Other 0.3%