Clients
Covers Engine 2.0.0
C++ Client Reference
C++20 DARTWIC client with bundled TEMPEST and a CMake DARTWIC::Client target.
| API | Description |
|---|---|
| ClientConfig | Engine connection settings. Requires C++20; construction does not open sockets. |
| HistoryQuery | Recorded-data query options. Timestamps are inclusive Unix nanoseconds; omit bounds to query available history subject to server limits. |
| DartwicClient | DARTWIC convenience API over the bundled TEMPEST client. Operations may run concurrently; lifecycle calls must be serialized by the caller. |