Skip to content

Add DeviceProxyCodec and DeviceProxyJson

Andrew Bolin requested to merge json-codec into develop

DeviceProxyCodec transparently wraps a DeviceProxy to encode/decode strings passed to some commands and received from some attributes.

DeviceProxyJson derives from DeviceProxyCodec, using the JSON (JavaScript Object Notation) format.

Merge request reports