GNU Radio World icon
GNU Radio World icon

GNU Radio World

Build and run GNU Radio flowgraphs in your browser — no install. A GRC-style SDR editor with hundreds of DSP blocks, live QT GUI plots and RTL-SDR support.

GNU Radio World screenshot 1

Cost / License

Platforms

  • Online
GNU Radio World screenshot 1
0likes
0alternatives
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  No registration required
  2.  No Tracking
  3.  Ad-free
  4.  Dark Mode
  5.  Web-Based
  6.  Flowgraph

GNU Radio World News & Activities

Highlights All activities

Recent activities

GNU Radio World information

GitHub repository

  •  20 Stars
  •  2 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
GNU Radio World was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is GNU Radio World?

GNU Radio, entirely in your browser — explore the open-source SDR ecosystem with zero install!

  • Includes popular out-of-tree modules (OOTs)
  • Many example flowgraphs — browse them at gnuradioworld.com/examples, each one runnable right on its page
  • Example IQ recordings of signals to test them with
  • Support for RTL-SDR, PlutoSDR, HackRF
  • On-demand fetching of WebAssembly modules and IQ recordings, to keep the load time short
  • Identical .grc flowgraph files as the native version
  • Share flowgraphs you create entirely via URL
  • Submit your own example flowgraphs and recordings
  • QT GUI Hints are replaced with a web-style live window arrangement, using a live miniature in the canvas
  • Embedded Python Block using Pyodide
  • Embed flowgraphs and the GUI view in other webpages (PySDR example)

Limitations

  • No Python runtime in the browser at the moment, Python-only blocks and hier blocks need a C++ implementation, Pyodide is only used for Embedded Python Blocks -Embedded Python Blocks do not yet support message handling or stream tags
  • Parameter expressions support a Python subset (arithmetic, lists, math/numpy, and common firdes filter designers) but not any arbitrary Python