From ba6c0a525fdb18ae883608e42f70491a9a2b7509 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 19 Feb 2024 12:20:30 -0600 Subject: [PATCH] ATAK Plugin page cleanup and TAK Tracker instructions --- docs/software/integrations/atak-plugin.mdx | 24 ++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/software/integrations/atak-plugin.mdx b/docs/software/integrations/atak-plugin.mdx index 25d110bd..7194f16e 100644 --- a/docs/software/integrations/atak-plugin.mdx +++ b/docs/software/integrations/atak-plugin.mdx @@ -13,16 +13,28 @@ Meshtastic can integrate with ATAK on Android using the [Official ATAK Plugin.]( The ATAK plugin does not permit any Meshtastic configuration. The plugin does three things: -1. Bind to the IMeshService provided by the Meshtastic Android App in order to send. -2. Intercept all outgoing ATAK CoT via the ATAK "PreSendProcessor" Interface and send them to the IMeshService. -3. Listen for broadcasts from the Meshtastic Android App regarding ATAK_FORWARDER portnum packets. - -The current iteration works very well for ATAK CoT that fit within the 200ish byte range (after we shrink via libcotshirnk) because they fit into a single DataPacket. +1. Binds to the IMeshService provided by the Meshtastic Android App in order to send. +2. Intercepts all outgoing ATAK CoT via the ATAK "PreSendProcessor" Interface and send them to the IMeshService. +3. Listens for broadcasts from the Meshtastic Android App on the ATAK_PLUGIN portnum packets. ### Instructions 1. Use the Meshtastic Android App on all party's devices, and ensure they can talk to their local LoRa radio. Confirm they are able to achieve basic text messaging using the App. +2. Set the device's role to `TAK` in the configuration settings + 2. With the Meshtastic Android App running in the background (to ensure the IMeshService is alive), launch ATAK (with the Meshtastic ATAK-Plugin installed or install it once ATAK is running) and you should observe a green Meshtastic icon in the bottom right. If the icon is red, then the plugin was not able to bind to the IMeshService provided by the Meshtastic Android App. If this is the case, check to ensure the Meshtastic Android App is functioning. The plugin will reconnect after a failed bind without restarting ATAK. -3. ATAK PLI and simple map markers will fit within the "small send" DataPackets. Sending larger CoT such as freestyle map drawings or GeoChats will fragment and take longer to send. Don't try to send a bunch without waiting for the previous one to complete. \ No newline at end of file +3. Sending larger CoT such as freestyle map drawings or GeoChats will fragment and take longer to send. Don't try to send a bunch without waiting for the previous one to complete. + +## Standalone TAK Tracker usage + +For devices with GPS available, configuring the device's role to `TAK_TRACKER` will allow the Meshtastic to transmit TAK PLI data independently of ATAK. This data can be received and displayed within ATAK EUDs connected and configured with the Meshtastic ATAK plugin (provided they are configured on the same Meshtastic channels). + +A couple of important notes regarding this setup: + +1. The intervals and behavior of TAK PLI broadcast will honor the settings configured for the standard [/configuration/radio/position/](Position config) in Meshtastic. + +2. The callsign sent with the PLI will appear in ATAK with the `long_name` configured for the Meshtastic device. + +