ConvertersΒΆ

Besides the RST types, a collection of RSB converters based on the types is maintained for use by client programs. These converters translate between the RST types on the wire and data types from common libraries, e.g. OpenCV or boost, on the client side. This simplifies the programming on the client side, as no specific client-side conversion to RST types is required, while preserving the wire-level compatibility envisioned through RST.

Converters are specific for different programming languages. For each language a separate library using the language-specific tools is available.