X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=53b7c7863173f0e6813ec61a4218b9869779d37f;hb=57d06d4880cdb31f8f8448d8a5a9089a795a57de;hp=8700cdfe6bcdc16999dd9e1b6eed0a690f5c9d6c;hpb=efdc0eb905b57a691badc6e87d9785ee83ce311e;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index 8700cdfe..53b7c786 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenXC Message Format Specification -Version: v0.5.0-dev +Version: v0.6.0 This specification is a part of the [OpenXC platform][OpenXC]. @@ -30,6 +30,15 @@ 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,