Weak Signal Sleuth Code
Early-warning for weak-signal DX openings: PSKReporter + ML map
Brought to you by:
hamradiotools
A desktop early-warning system for VHF band openings. Weak Signal Sleuth exists to do
one thing better than anything else: tell you the instant 6 meters opens in your local
area. The magic band lights up without warning — a sporadic-E cloud can open 50 MHz for
minutes and vanish before you ever glance at the radio. Sleuth watches the spotting
networks for you and raises the alarm the moment your region starts to open.
Built with Tauri v2 + React (Rust backend, web UI), it ships as a native Windows
.exe with a tiny footprint.
By KD9TAW · v1.1.0
ml_weights.json.Nothing here touches your radio: it's an intelligence and alerting tool that tells you
when 6 m (or 2 m, or the meteor scatter) is worth getting on.
npm install
npm run tauri:dev
npm run tauri:build
# EXE: src-tauri/target/release/weak-signal-sleuth.exe
# Installer: src-tauri/target/release/bundle/
| Area | Path |
|---|---|
| Rust backend (spot sources) | src-tauri/src/main.rs |
| App config | src-tauri/tauri.conf.json |
| Map & geo math | src/WorldMap.tsx, src/utils.ts |
| Opening-predictor model | src/ml.ts |
| UI, tabs & alerts | src/App.tsx |
Part of the hamradiotools.io open-source toolkit.