Skip to content

The TAK Architecture looks like follows:

TAK Architecture

Note: Please check out the config file at config.yaml to understand further on how things are setup.

Learn how to use the TAK features:

1. Sending Robot Query from the TAK Chat.

Watch the video

2. Displaying automated Casevac icons from the casualty inspections:

Watch the video

Debugging tips:

launch just the ground-control-station container:

docker compose --profile deploy up ground-control-station
````

## 1. Running docker in interactive mode:
```bash
docker exec -it ground-control-station /bin/bash

2. Checking if the messages are being received by the MQTT broker:

mosquitto_sub -h localhost -t to_tak -u airlab # Default topic for sending messages to TAK
mosquitto_sub -h localhost -t healthcheck -u airlab # Default topic for sending healthcheck messages