binary-data

How to use CME simple binary encoding


Hi I'm looking for an example on how to use the CME Simple Binary Encoding. Is it as simple as generating decoders using the SBETool?


Solution

  • Yes it is. SBE defines the wire format. SBETool will generate codecs to encode/decode to this format.

    There are examples in the github repository: https://github.com/real-logic/simple-binary-encoding/tree/master/examples