A library for handling Cursor-on-Target messages.
NuGet package: dpp.cot
dotnet add package dpp.cotThis repo includes a MkDocs scaffold in mkdocs.yml and docs/.
The docs are organized around:
- supported protocol behavior
- public source attribution
- implementation notes backed by code and tests
The library currently covers:
- CoT XML
eventparsing and serialization - TAK protobuf payload v1 mapping
- TAK streaming envelope framing
netstandard2.0net10.0
See CHANGELOG.md.
Public documentation in this repo should stay grounded in:
- public protocol artifacts committed in the repo
- public external sources explicitly linked in the docs
- implementation behavior demonstrated by tests
See: