[feat](trx-rs): add VDES decoder mode support

Add a new trx-vdes decoder path alongside AIS, wire VDES through the server/frontend decode pipeline, and fix the web map so AIS vessel symbols load correctly and the TRX receiver marker appears when location data arrives.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-03 00:05:16 +01:00
parent 051d07eaab
commit 92423f1e02
25 changed files with 878 additions and 32 deletions
Generated
+8
View File
@@ -2607,9 +2607,17 @@ dependencies = [
"trx-decode-log",
"trx-ft8",
"trx-protocol",
"trx-vdes",
"trx-wspr",
]
[[package]]
name = "trx-vdes"
version = "0.1.0"
dependencies = [
"trx-core",
]
[[package]]
name = "trx-wspr"
version = "0.1.0"