Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use CME simple binary encoding

Tags:

binary-data

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?

like image 408
Vincent Mayeski Avatar asked Sep 29 '22 14:09

Vincent Mayeski


1 Answers

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

like image 171
qed- Avatar answered Oct 04 '22 03:10

qed-