ELSEIF
Your brief EB
327 stories from 189 feeds 1211 clusters Refreshed 13 minutes ago next pull 16:10

SECURITY Signal 483

Open source SDR app sdr-- combines patchable signal graph with Rust DSP and browser UI

sdr-- is an open source software-defined radio application with a visual patchable signal graph, a Rust-based DSP server, and a React interface that runs in a desktop window or browser.

WHY IT MATTERS

The server exposes REST, WebSocket, MCP, UDP, and TCP interfaces with no authentication by default, making network deployment a security consideration that requires explicit hardening. For engineers building radio monitoring or analysis pipelines, the ability to export IQ data and forward decoded events to webhooks, Matrix, or MQTT makes it a potential integration component.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The Rust DSP server and React UI can run on separate machines, connecting over the network, but the server has no authentication by default.

02

sdr-- supports coherent receiver operations including direction finding, beamforming, and passive radar, beyond typical hobbyist SDR decoding.

03

Most decoders have been tested against generated IQ fixtures rather than live on-air signals, and the channel catalog documents each mode's evidence and limitations.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News SDR–; open source SDR with a patchable signal graph, Rust DSP, web UI Open ↗