Commit graph

8 commits

Author SHA1 Message Date
Martin Hebnes Pedersen
c1f8b15338 pre-release script 2026-04-19 17:57:52 +02:00
Martin Hebnes Pedersen
cdf4beb8fd pre-release script
* Built web assets
* Updated bundled data (silso and gateway list)
2025-12-20 12:48:18 +01:00
Martin Hebnes Pedersen
d73c5ec057 Fix VOACAP midnight edgecase
VOACAP uses 1-24 instead of 0-23 to represent hours.
2025-09-26 15:01:34 +02:00
Martin Hebnes Pedersen
9f328f76b0 Separate debug flag for propagation logging 2025-09-17 10:19:19 +02:00
Martin Hebnes Pedersen
006a6895c5 Search brew prefix for voacapl data dir 2025-09-04 11:38:54 +02:00
Martin Hebnes Pedersen
aee71b0a98 Search share folders for voacapl data dir
Removes the need to run makeitshfbc after voacapl installation.

* /usr/share/voacapl/itshfbc/
* /usr/local/share/voacapl/itshfbc/
2025-09-04 09:55:11 +02:00
Martin Hebnes Pedersen
70c573af76 Add voacap-api engine
Mainly to be able to run VOACAP in a separate docker container.

Issue #494
2025-08-13 15:01:47 +02:00
Martin Hebnes Pedersen
d5e51bd201 Add packages for HF propagation prediction
* VOACAP implementation (supports voacapw and voacapl)
* SIDBC SILSO Sunspot Numbers source
  - Includes caching and embedded copy of current predictions
* Predictor interface to support multiple engines in the future
* Parallel prediction execution helper for optimization
* Caching middleware

Issue #494
2025-08-12 19:02:44 +02:00