Browser-rendered equivalent of a TAK Server CIV dashboard. Connected ATAK / iTAK / WinTAK clients, rolling CoT XML stream, live SVG map with ATLAS-emitted blue-force tracks. Use this for sales calls and transition reviews when you need to show "what the other end of the CoT bus looks like" without screen-sharing a Linux box. Wire format below is identical to what a real TAK Server CIV instance produces — the install path for that is documented at /demo-stack.
| Callsign | Device | Build | IP | Uplink | Status |
|---|---|---|---|---|---|
| ATAK-CIV/Alpha-2 | Samsung S22 Tactical | ATAK-CIV 5.1.0.10 | 10.46.0.21 | 14 kbps | ● ACTIVE |
| iTAK/Flood | iPhone 15 Pro | iTAK 3.2.4 | 10.46.0.34 | 9 kbps | ● ACTIVE |
| WinTAK/TOC-1 | Panasonic Toughbook FZ-55 | WinTAK 5.1.0 | 10.46.0.12 | 22 kbps | ● ACTIVE |
| ATAK-CIV/Squad-3 | Samsung S22 | ATAK-CIV 5.1.0.10 | 10.46.0.47 | 0 kbps | ● IDLE |
| Callsign | Affiliation | MGRS | CoT type | Course/Speed | Last |
|---|---|---|---|---|---|
| ATLAS-BEACON-001 | FRIEND | 14RNV 12345 67890 | a-f-G-U-C-I | 0 kn / 0° | 4s ago |
| AERIS-10-FUSION | FRIEND | 14RNV 12450 67940 | a-f-S-X-S | 0 kn / 0° | 7s ago |
| BLUFOR-PATROL-7 | FRIEND | 14RNV 12100 68150 | a-f-G-U-C-I | 4 kn / 287° | 12s ago |
| GERAN3-CONTACT | HOSTILE | 14RNV 13420 67100 | a-h-A-M-F-Q-r | 78 kn / 271° | 3s ago |
| NEUTRAL-CIV-AIR | NEUTRAL | 14RNV 11800 68900 | a-n-A-C-F | 142 kn / 92° | 18s ago |
Below is the most recent CoT v2.0 XML message that ATLAS emitted into this server. Identical to what a deployed FreeTAKServer or TAK Server CIV instance would log. Format reference: cot:type uses MIL-STD-2525-style affiliation/dimension codes; detail carries optional plugin-specific extensions.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<event version="2.0"
uid="ATLAS-BEACON-001"
type="a-f-G-U-C-I"
time="2026-05-04T22:31:47.142Z"
start="2026-05-04T22:31:47.142Z"
stale="2026-05-04T22:36:47.142Z"
how="m-g">
<point lat="30.4395" lon="-97.6200" hae="248.7" ce="3.5" le="9999999"/>
<detail>
<contact callsign="ATLAS-BEACON-001" endpoint="*:-1:stcp"/>
<__group name="Cyan" role="Team Lead"/>
<status battery="93" readiness="true"/>
<takv platform="ATLAS" version="3.0" device="ESP32-Beacon" os="atlas-rtos"/>
<track course="0.0" speed="0.0"/>
<remarks>Emitted by ATLAS intel-killchain-bridge agent. Source: AERIS-10 fusion track #f-7821. Authority lane: Sense.</remarks>
</detail>
</event>
| Concern | This page (hosted demo) | Real FreeTAKServer / TAK Server CIV |
|---|---|---|
| Wire protocol shown | CoT v2.0 XML — identical | CoT v2.0 XML |
| Data source | Static fixture (TAK_DEMO_TRACKS in server/atlas-posture.ts) | Live ATLAS POST /api/cot/dispatch emissions |
| Infrastructure | None — renders in any browser | Linux host, Docker, ports 8087/8089/8443 open |
| Use it when | 5-min sales pitch, hallway demo, transition review where reviewer doesn't want to install Android tooling | Operational pilot, fielded demo, integration testing against real ATAK devices |
| Authority lane | n/a (read-only visualization) | Sense, Decide, Act — per /cjadc2-alignment |
| Setup recipe | Already running. Bookmark this URL. | /demo-stack — three-command install |
docs/Vendor_Demo_Runbook.md. For the SitX bridge-adapter architecture (BAH partnership, v1 in /atak-plugin), see docs/BAH_SitX_Discovery_Questions.md.ATLAS-BEACON-001 rendered to wire format — copy-paste into a CoT validator to verify.<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<event version="2.0"
uid="ATLAS-ATLAS-BEACON-001"
type="a-f-G-U-C"
time="2026-06-15T22:26:28.683Z"
start="2026-06-15T22:26:28.683Z"
stale="2026-06-15T22:27:28.683Z"
how="m-g">
<point lat="30.4395"
lon="-97.62"
hae="0"
ce="9999999.0"
le="9999999.0"/>
<detail>
<contact callsign="ATLAS-BEACON-001"/>
<__group name="Cyan" role="Team Member"/>
<track course="0" speed="0.00"/>
<remarks>Emitted by SHIELD/ATLAS sensor-fusion-engine. Source: a-f-G-U-C-I. MGRS: 14RNV 12345 67890.</remarks>
<link uid="ATLAS-CORE" production_time="2026-06-15T22:26:28.683Z" type="a-f-G" parent_callsign="ATLAS-FUSION" relation="p-p"/>
</detail>
</event>
track.cot, then: nc localhost 8087 < track.cot against a TAK Server CIV instance — the track appears immediately in any connected ATAK client. Same wire path ATLAS uses, no glue code in between.This page works best with your current GPS location.