Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

Share Protocol and Transport SDK Reference

C++ APIs for custom Share applications, engine transports, and versioned JSON frames.

Library

C++20 target: DARTWIC::ShareProtocol.

API familyDescription
ProtocolTyped channel and ARGUS APIs, payloads, readiness, errors, and session controls.
TransportImplement a custom Share transport and dispatch incoming protocol frames.
JSON CodecEncode and decode Share frames with nlohmann JSON; supply your own framing and delivery.

Integration