summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordsouzahansenfrancis <hdsouza@crosschasm.com>2015-10-27 12:15:35 -0400
committerdsouzahansenfrancis <hdsouza@crosschasm.com>2015-10-27 12:15:35 -0400
commit98fa6bf0cd70f8fa200e3a31b28c03a8c587bfea (patch)
tree8994104e693172dd44dbb51bdb7f467474ac184c /README.md
parentefdc0eb905b57a691badc6e87d9785ee83ce311e (diff)
Added Message Pack to payload format
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8700cdfe..27f40c81 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,13 @@ method (any protobuf library should support this).
The binary format is best if you need to maximize the amount of data that can be
sent from the VI, trading off flexibility for efficiency.
+## Message Pack
+MessagePack is an efficient binary serialization format. It lets you exchange data
+among multiple languages like JSON. But it's faster and smaller. Small integers are
+encoded into a single byte, and typical short strings require only one extra byte
+in addition to the strings themselves
+For protocol specification visit https://github.com/msgpack/msgpack/blob/master/spec.md
+
## Trace File Format
An OpenXC vehicle trace file is a plaintext file that contains JSON objects,