summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Marsman <emarsman@gmail.com>2016-02-29 16:34:44 +0000
committerEric Marsman <emarsman@gmail.com>2016-02-29 16:34:44 +0000
commit7dd8702c223c3509e216b72331fdf7a5375f48b7 (patch)
tree66cc82ee1a854fade27a0c39c20773e5a9ef97f3 /README.md
parent77718cfc70f76b687154756344e1a52b6f734ec9 (diff)
parent8987262fa7e8510030d11e42edb4128868a6e81c (diff)
Merge branch 'messagepackadditions' of https://github.com/openxc/openxc-message-format into HEAD
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 2daec602..0597fc42 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,