ISS LLC (DBA SecureAssure) · SDVOSB pending · partners@secureassure.app
Your client polls a stable JSON endpoint at 1–5 Hz. Protocol-agnostic via ?format= switch.
GET /api/live-feed/tracks?limit=500 GET /api/live-feed/tracks?format=cot GET /api/live-feed/tracks?format=link16 GET /api/live-feed/tracks?format=vmf GET /api/live-feed/tracks?format=geojson
Server-Sent Events stream. Same envelope as Tier 1, pushed every ~2s + 30s heartbeats. Standard EventSource.
GET /api/live-feed/stream
event: snapshot
data: {"tracks":[…], "count":11, …}
Your HUD sends cueing events, gets back DECIDE-layer recommendations.
POST /api/integration/cot/ingest # inbound from your sensors GET /api/atlas/threat-assessment # ATLAS DECIDE layer
| Standard | Status | Endpoint | Notes |
|---|---|---|---|
| STANAG 5516 (Link 16 / TADIL-J) | Outbound | /api/live-feed/tracks?format=link16 | Message conversion. Not a certified Link 16 terminal. |
| MIL-STD-6017 / VMF K05.1 | Outbound | /api/live-feed/tracks?format=vmf | Self-assessed alignment. |
| Cursor on Target (CoT 2.0) — TAK/ATAK | Bidirectional | ?format=cot · /api/integration/cot/ingest | TAK ecosystem compatible. |
| GeoJSON (RFC 7946) | Outbound | ?format=geojson | Standard GIS consumer. |
| NATO JC3IEDM (data model) | Alignment intent | — | Envelope field naming mirrors JC3IEDM categories where possible. Not a certified JC3IEDM implementation. |
| Method | Path | Purpose |
|---|---|---|
| loading from /api/partners/manifest … | ||
Stable for v1.x. Full JSON Schema at /api/partners/schema. Example below.
loading …
Drop into any browser or WebXR context. Unity (C#) consumers should use UnityWebRequest coroutine polling Tier 1 — SSE is JS-native and Unity needs a plugin.
loading /api/partners/sample-client.js …
partners@secureassure.app Manifest JSON Schema JSON Live picture (/cop)
This page works best with your current GPS location.