Document: 08 of 10
Status: Public Evidence (L3)
Source reference: Capability Map 2026-06-02
The Low-Throughput Protocol (LTP) is Sonata’s experimental transport framing and integrity layer for distributed node communication. It defines binary message serialization formats, chunk transfer mechanics, and CRC-based corruption detection. LTP was originally designed to support Hub/Body communication in a distributed swarm architecture.
LTP should be read as a laboratory transport foundation, not as a complete secure networking stack. Its current validated scope is message framing, round-trip serialization, chunk transfer, and accidental corruption detection.
The following message types passed serialization and deserialization tests:
All message serialization/deserialization round-trips passed validation.
Binary chunk serialization was benchmarked:
CRC-based integrity verification passed tests. Mismatched chunks were correctly detected and reported. This provides accidental corruption detection at the transport-framing level, but it is not a substitute for cryptographic authentication, encryption, or adversarial tamper resistance.
LTP currently provides:
It does not provide:
Before LTP could support secure distributed operations, the following would need to be implemented and validated:
The public claim for LTP is intentionally narrow: Sonata has a working binary framing and integrity-checking transport foundation for distributed-node experiments. It does not currently claim secure networking, production-grade distributed execution, or adversarial robustness.