Expand description
Rust STTP (IEEE 2664) Implementation
Streaming Telemetry Transport Protocol

The Streaming Telemetry Transport Protocol (STTP) is optimized for the demands of transporting high volume streaming data. The protocol allows for the transmission of any information that can be represented longitudinally, e.g., time-series data.
STTP is currently undergoing IEEE standardization (P2664), see: https://standards.ieee.org/ieee/2664/7397/
Support
For discussion and support, join our discussions channel or open an issue on GitHub.
Links
Modules
Represents data functionality of the STTP library.
Represents transport functionality of the STTP library.
Structs
Defines STTP connection related configuration parameters.
Defines STTP subscription related settings.
Represents an STTP data subscriber.
Represents a 64-bit integer used to designate time in STTP. The value represents the number of 100-nanosecond
intervals that have elapsed since 12:00:00 midnight, January 1, 0001 UTC, Gregorian calendar.