summaryrefslogtreecommitdiff
path: root/src/msg.fbs
AgeCommit message (Collapse)Author
2018-07-08Add 'command id' field to messagesBert Belder
This allows for correlating response messages to the command message that caused them.
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
- Port protobuf messages to flatbuffers. - Demo linking to rust from C++ executable. - Start using the prototype TS libraries.
2018-07-04Replace protobufs with flatbuffersRyan Dahl