GopherTrunk v0.2.9
Pre-releaseInstall
Windows 11 (x64): download gophertrunk-v0.2.9-windows-amd64-setup.exe and double-click. The installer adds GopherTrunk to your Start Menu — single static binary, no DLLs to ship — and prompts for a folder to install the browser-based web operator console (default: Documents\GopherTrunk Web Console). After install, follow INSTALL-WINDOWS.md to install the WinUSB driver via Zadig — the OS won't see your RTL-SDR until you do this once.
Windows on ARM: extract gophertrunk-v0.2.9-windows-arm64.zip (no installer for arm64 yet — portable ZIP only). The web console lives in the gophertrunk-web\ subfolder inside the zip.
macOS: extract gophertrunk-v0.2.9-darwin-arm64.tar.gz (Apple Silicon) or gophertrunk-v0.2.9-darwin-amd64.tar.gz (Intel) and run ./gophertrunk. Builds are unsigned — right-click → Open the first time to bypass Gatekeeper.
Linux: extract gophertrunk-v0.2.9-linux-amd64.tar.gz (x86_64) or gophertrunk-v0.2.9-linux-arm64.tar.gz (aarch64, e.g. Raspberry Pi 4/5) and run ./gophertrunk. Single static binary; no system dependencies needed.
Web operator console: every archive includes a standalone gophertrunk-web/ folder. Open its index.html in any browser and point it at a running daemon. Setup walkthrough: gophertrunk.org/web.html.
All artifacts are SHA-256-checksummed in SHA256SUMS.
What's Changed
- p25p2: default scrambler to on so live MAC PDU decode works by @MattCheramie in #476
- docs: clarify RTL2838U dongles are already supported (#458) by @MattCheramie in #477
- flex: FLEX paging decoder (1600/2 mode) by @MattCheramie in #478
- m17: link-layer metadata decoder by @MattCheramie in #479
- Captures for Testing by @MattCheramie in #473
- rtlsdr: make the USB warmup write non-fatal (fix Windows ERROR_GEN_FAILURE) by @MattCheramie in #481
- rtlsdr: clear-halt + retry stalled control writes, append USB diagnostics by @MattCheramie in #482
- rtlsdr/winusb: pass WINUSB_SETUP_PACKET by value (fix all vendor control I/O on Windows) by @MattCheramie in #483
- rtlsdr/r82xx: fire NESDR v5 tuner-init burst recovery on Windows pipe stalls by @MattCheramie in #484
Full Changelog: v0.2.8...v0.2.9