[feat](trx-rs): server-side decode and aprs byte rendering

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 19:38:25 +01:00
parent 7b4bcb6f04
commit b3293f1de3
6 changed files with 29 additions and 27 deletions
+1
View File
@@ -22,6 +22,7 @@ pub struct AprsPacket {
pub dest_call: String,
pub path: String,
pub info: String,
pub info_bytes: Vec<u8>,
pub packet_type: String,
pub crc_ok: bool,
#[serde(skip_serializing_if = "Option::is_none")]