4

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?

1 Answers1

4

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

qed-
  • 900
  • 1
  • 7
  • 8
  • link is 404. fix please? is the new location https://github.com/real-logic/simple-binary-encoding/tree/master/sbe-samples ? I tried digging in the web archive but this link was never saved. – starball May 19 '23 at 01:01