SDR–; open source SDR with a patchable signal graph, Rust DSP, web UI
newspicel
57 points
14 comments
September 14, 2026
Related Discussions
Found 5 related stories in 64.9ms across 6,607 title embeddings via pgvector HNSW
- GNU Radio in the browser kristianpaul · 191 pts · September 09, 2026 · 51% similar
- Show HN: Rdio – an open-source internet radio control suite taqibrahim · 19 pts · August 14, 2026 · 48% similar
- Show HN: Max Studio Tools – C++ DSP Modules for Max and Ableton Live apresta · 27 pts · July 24, 2026 · 47% similar
- Dash0 Acquires Polar Signals ishener · 14 pts · August 17, 2026 · 45% similar
- Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box zasc · 34 pts · July 13, 2026 · 45% similar
Discussion Highlights (4 comments)
Retr0id
Is this GNU Radio vibe-ported to rust? How does it compare?
bmgxyz
I wonder how much of the signal graph feature set could be implemented as an SDR++ module. It could even be written in Rust with some FFI. Rather than rewrite the entire SDR++ core in a separate project, maybe it would be better to incrementally port the existing code to Rust in a fork. I don't know what attitude the maintainers have toward Rust, though.
mandiantBob
This looks along the same lines as CyberEther, though CyberEther does have alot more features to enable massive compute of raw data and arguably nicer gui.( https://github.com/luigifcruz/CyberEther )
tamimio
Looks very similar in look and functionality to sdrangel, how’s it different? I remember running sdrangel in containter on a jetson nano and was eating the resources like crazy, any improvement over that?