HF comm window planner API - VOACAP + spots + CloudRF for JS8Call, VARA HF, Reticulum
2.6K
HF propagation planning engine. VOACAP 24-hour SNR predictions across 10 HF bands (160m-10m), overlaid with real-time WSPR/PSK spots and optional CloudRF terrain modeling.
docker pull lfmanifesto/hfnet-planner-api:latest
docker pull lfmanifesto/hfnet-planner-ui:latest
docker network create hfnet
docker run -d --name api --network hfnet lfmanifesto/hfnet-planner-api:latest
docker run -d --name ui --network hfnet -p 8880:80 lfmanifesto/hfnet-planner-ui:latest
| Method | Path | Description |
|---|---|---|
| POST | /api/commplan | Start comm plan (async, returns task_id) |
| GET | /api/commplan/{id} | Get plan status/results |
| GET | /api/commplan/{id}/export | Plain text export for OPORD |
| GET | /api/presets | Station wizard presets |
| GET | /api/solar | Current solar conditions |
| GET | /api/sources | Data source status |
| GET | /api/stations | Saved station profiles |
v4.0.0 (Feb 2026) - Raw VOACAP SNR architecture. 363 backend tests.
Content type
Image
Digest
sha256:93f9b2de4…
Size
69.7 MB
Last updated
7 months ago
docker pull lfmanifesto/hfnet-planner-api