ADatP-3 Message Extension¶
Status: Implemented
See the Status & Roadmap for the system-wide view.
What it is¶
ADatP-3 (Allied Data Publication 3) is the NATO standard for formatted military text messages. It defines rigid, field-delimited templates for operational reports (OPREP), intelligence reports (INTREP), SALUTE reports, and many other message types, so that a message produced by one nation's C2 system can be parsed unambiguously by another's.
Bedrock's integration¶
ADatP-3 export is implemented in the gateway. Position and report data is formatted
in gateway/src/formats/adatp3.rs and emitted by gateway/src/publishers/adatp3_file.rs
(file output) and gateway/src/publishers/adatp3_mqtt.rs (MQTT publishing).
Message-type coverage and the backlog for extending it live with the owning repo: gateway/docs/standards/adatp3-messages.md.