peat-tak 0.0.1

TAK (Cursor-on-Target) transport adapter for the Peat mesh protocol
docs.rs failed to build peat-tak-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: peat-tak-0.0.2

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.