Crate sttp

Source
Expand description

§Rust STTP (IEEE 2664) Implementation

§Streaming Telemetry Transport Protocol

docs

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.

Modules§

data
Represents data functionality of the STTP library.
transport
Represents transport functionality of the STTP library.

Structs§

Config
Defines STTP connection related configuration parameters.
Settings
Defines STTP subscription related settings.
Subscriber
Represents an STTP data subscriber.
Ticks
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.