Skip to content

Commit

Permalink
Add generic detail payload variant to TAKPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Sep 16, 2024
1 parent 0acaec6 commit 84a60f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/atak.options
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*GeoChat.message max_size:200
*GeoChat.to max_size:120
*GeoChat.to_callsign max_size:120
*TAKPacket.detail max_size:220
6 changes: 6 additions & 0 deletions meshtastic/atak.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ message TAKPacket {
* ATAK GeoChat message
*/
GeoChat chat = 6;

/*
* Generic CoT detail XML
* May be compressed / truncated by the sender
*/
bytes detail = 7;
}
}

Expand Down

0 comments on commit 84a60f4

Please sign in to comment.