X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=27f40c8153104a452bc8e8fc8525d285eb6c9ab3;hb=33fa90a198a01427777a0e600270fa80f5bf7828;hp=b078bf0b55ec14f7d116613d9044408f2592cfad;hpb=3a12d5a93e9430d8bd9ddbb214c9f95ff37fa3b6;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index b078bf0b..27f40c81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenXC Message Format Specification -Version: v0.4 +Version: v0.5.0-dev This specification is a part of the [OpenXC platform][OpenXC]. @@ -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,