[feat](trx-server): integrate wsprd-based WSPR decoding

Add a new trx-wspr crate that wraps wsprd slot decoding and parsed
results, wire it into the server audio pipeline, and emit WSPR decode
events to clients.

Also add frontend event routing for WSPR decode messages and temporary
rendering in the FT8 table until a dedicated WSPR panel is introduced.

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-12 22:47:37 +01:00
parent 63ba6882cd
commit 091810c6cb
8 changed files with 271 additions and 12 deletions
Generated
+5
View File
@@ -2334,8 +2334,13 @@ dependencies = [
"trx-core",
"trx-ft8",
"trx-protocol",
"trx-wspr",
]
[[package]]
name = "trx-wspr"
version = "0.1.0"
[[package]]
name = "typenum"
version = "1.19.0"