UCS-VSM protocol wire formatΒΆ

The protocol data is sent over TCP connection. Protobuf does not specify message boundaries, so the simplest way to send multiple messages is to delimit them with message length. Data format is:

<message_size><proto_message><message_size><proto_message><message_size><proto_message>...