PodSDR desktop GUI — Windows x86_64
===================================

Run:
  Double-click podsdr-gui.exe, or run run.bat from a terminal.

System requirements:
  - Windows 10 or 11 (64-bit)
  - A GPU + driver supporting DirectX 12 (the GUI uses wgpu's DX12
    backend by default)
  - WASAPI audio (built into Windows)

Troubleshooting: if the window never appears, run from a terminal with
logging enabled to see why:
  set RUST_LOG=info
  podsdr-gui.exe

The app speaks OpenHPSDR Protocol 1 / Protocol 2 and auto-discovers
radios on the LAN. To run without hardware, start the Protocol-1
emulator (from the Linux/Pi server bundle) on the same LAN:
  ./podsdr-emu --radio hermeslite
