dpp.cot is a library for handling Cursor-on-Target messages.
This documentation set focuses on:
- supported protocol behavior
- source attribution
- implementation notes backed by tests
The goal is to make the supported parts of the library easier to understand and verify.
This repo currently documents and tests:
- CoT XML
eventparsing and serialization - TAK protobuf payload v1 mapping
- TAK streaming envelope framing
- selected typed
detailelements - preservation of unsupported or unknown
detailelements as residual XML
- start with Scope for what these docs are and are not claiming
- use Protocols for wire-format behavior
- use Library Design for implementation structure
- use Testing for executable support boundaries
- use Sources for public source material used in the docs