How to use simple binary CME code

Hi, I am looking for an example of using simple binary CME coding. Is it as simple as generating decoders using SBETool?

+5
source share
1 answer

Yes it is. SBE defines the wire format. SBETool will generate codecs for encoding / decoding in this format.

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

+4
source

Source: https://habr.com/ru/post/1205144/


All Articles