peat-tak 0.0.2

TAK (Cursor-on-Target) transport adapter for the Peat mesh protocol
Documentation

peat-tak — TAK Transport Adapter

Cursor-on-Target (CoT) transport for the Peat mesh protocol. Supports TAK Server (TCP/TLS) and Mesh SA (UDP multicast) modes.

Crate layout

  • Transport layer: [TakServerTransport], [MeshSaTransport] — TCP/TLS and UDP multicast radios implementing the [TakTransport] trait.
  • Codec layer (feature mesh-translator): [CotTranslator] — the [peat_mesh::transport::Translator] impl that converts between mesh documents and CoT XML bytes. Gated so consumers without peat-mesh can still use the transport layer.