← WarDragon Knowledge Base

Sending detections to ATAK, iTAK, and WinTAK by multicast

Multicast is the default output and needs no change on the unit. Detections and unit health arrive as Cursor on Target on any TAK client that shares a network segment with the unit.

On the TAK device

ClientSetting
ATAKSettings → Network Preferences → SA Multicast: set both Input and Output to 239.2.3.1:6969
iTAKSA Multicast input 239.2.3.1:6969
WinTAKSettings → Network → add multicast input 239.2.3.1:6969

The device must be on the same network segment as the unit — the unit’s hotspot, or the same LAN. Multicast does not cross routers, VPNs, or cellular links; for those, use a TAK Server.

What you will see

Each detected aircraft appears as a drone icon with position, altitude, speed, heading, pilot location, and home point where the protocol provides them. The unit itself appears as a marker at its own GPS position with health data in the remarks.

Note The unit sends multicast on every active interface and rechecks about every 30 seconds. A device that joins the hotspot mid-session is picked up without a restart.

Update rate

Each aircraft is limited to one update every 2 seconds by default. For large numbers of aircraft or a constrained link, raise rate_limit in /home/dragon/DragonSync/config.ini and restart dragonsync.

Nothing showing in ATAK

  1. Confirm the device and the unit share a network segment. On the hotspot, confirm the device has a 192.168.12.x address.
  2. Confirm multicast is enabled and the address is correct in config.ini.
  3. Confirm the output service is running and the API answers from the device’s network:
sudo systemctl status dragonsync
curl http://<wardragon-ip>:8088/status
  1. Confirm traffic is actually leaving the unit:
sudo tcpdump -i any host 239.2.3.1 and port 6969
  1. Review the output log for TAK errors:
journalctl -u dragonsync | grep -i tak

If traffic leaves the unit and the device still shows nothing, the problem is on the device or the network between them — a client-isolation setting on a Wi-Fi access point is a common cause.

Going further

Richer unit health and track detail inside ATAK: Installing the WarDragon ATAK Plugin. Centralized, multi-user, or off-segment operation: Connecting to a TAK Server.

Related

WarDragon is manufactured by Millenium Products Inc. Technical support for purchased kits is requested through the support page. Purchasing and quote requests go through the contact form.