Simple Binary Encoding (SBE)SBE is OSI layer 6 presentation for encoding and decoding application messages in binary format for low-latency applications. Further details on the background and usage of SBE can be found on the Wiki. This package includes a simple Visual Studio plugin to generate a .cs file from SBE (https://github.com/real-logic/simple-binary-encoding) schema XML files. To use the extension, add your schema files to your Visual Studio project and set "SbeSingleFileGenerator" as the Custom Tool for your schema files. |