Skip to content
Snippets Groups Projects
Select Git revision
  • a500a7b6dd577016ed103c083000e19f193bf21a
  • master default protected
  • Rpc
3 results

ModeliProtocol

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tim Übelhör authored
    a500a7b6
    History

    Use flatc.exe in the command line to compile ModeliProtocol.fbs.

    For C++: flatc -c ModeliProtocol.fbs creates ModeliProtocol_generated.h.

    For C#: flatc -n ModeliProtocol.fbs creates a folder Network.

    The namespace is Network. Include the generated files and the neccessary flatbuffer libs (at https://github.com/google/flatbuffers)