2026-01-02 · updated 2026-01-02
This is Part 3 of a three-part series: Part 1 : Stable udev device paths for RTL-SDR ( /dev/sdr-<serial> ) Part 2 : Run Direwolf RX iGate in Docker (least privilege, single-device passthrough) Part 3 (this post): Show lo…
2026-01-02 · updated 2026-01-02
This is the second post in a three-part mini-series: Part 1 : Stable device paths for RTL-SDR (udev creates a predictable /dev/sdr-<serial> ) Part 2 (this post): Run Direwolf (receive-only iGate) from an RTL-SDR using Do…
2026-01-02 · updated 2026-01-02
This guide walks through building a secure, maintainable radio services host using RTL-SDR devices and Docker Compose while maintaining least privilege at every layer. The design supports: ADS-B reception (1090 MHz and 9…
2025-08-23 · updated 2025-12-05
When you run multiple RTL-SDR sticks (ADS-B, airband, weather, etc.), you want each container to receive the correct dongle every time—regardless of USB bus renumbering or reboots. This post shows a robust udev rule that…