Clients

Covers Engine 2.0.0

C++ Client Reference

C++20 DARTWIC client with bundled TEMPEST and a CMake DARTWIC::Client target.

APIDescription
ClientConfigEngine connection settings. Requires C++20; construction does not open sockets.
HistoryQueryRecorded-data query options. Timestamps are inclusive Unix nanoseconds; omit bounds to query available history subject to server limits.
DartwicClientDARTWIC convenience API over the bundled TEMPEST client. Operations may run concurrently; lifecycle calls must be serialized by the caller.