From: Eric Marsman Date: Mon, 29 Feb 2016 16:34:44 +0000 (+0000) Subject: Merge branch 'messagepackadditions' of https://github.com/openxc/openxc-message-forma... X-Git-Tag: 5.0.2~275^2~2^2~1^2~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7dd8702c223c3509e216b72331fdf7a5375f48b7;hp=-c;p=apps%2Fagl-service-can-low-level.git Merge branch 'messagepackadditions' of https://github.com/openxc/openxc-message-format into HEAD --- 7dd8702c223c3509e216b72331fdf7a5375f48b7 diff --combined README.md index 2daec602,27f40c81..0597fc42 --- a/README.md +++ b/README.md @@@ -1,6 -1,6 +1,6 @@@ # OpenXC Message Format Specification -Version: v0.5.0-dev +Version: v0.5.0 This specification is a part of the [OpenXC platform][OpenXC]. @@@ -30,6 -30,13 +30,13 @@@ method (any protobuf library should sup 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,