rustradio

Crates.iorustradio
lib.rsrustradio
version0.14.2
created_at2023-09-13 22:00:44.079737+00
updated_at2025-05-19 19:23:15.085794+00
descriptionSoftware defined radio library
homepage
repositoryhttps://github.com/ThomasHabets/rustradio
max_upload_size
id971995
size1,280,443
Thomas Habets (ThomasHabets)

documentation

README

Rust Radio

A library for digital signals processing in the spirit of GNU Radio.

Differences from GNU Radio

Pro

  • Written in Rust instead of C++ & Python.
    • Easier to get things right than C++.
    • More performant than Python (and possibly more performant than C++).
    • Easier to ship as a built binary.
  • Type safe streams.

Con

  • GNU Radio is obviously way more mature.
  • GNU Radio has a very nice UI for iterating on graphs.

Missing stuff before declaring 1.0

  • A clear strategy for optional output streams.
    • Is the current Option-based solution good enough for 1.0?
  • SymbolSync block at least have the right API.
  • Example AX.25 KISS modem written, using soapysdr.
  • AsRef<Path> vs Into<PathBuf>?
  • What exactly is the purpose of BlockEOF?
Commit count: 998

cargo fmt