From: Eric Marsman Date: Mon, 29 Feb 2016 20:02:27 +0000 (+0000) Subject: updated documentation X-Git-Tag: 5.0.2~275^2~2^2~1^2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=af79ee80e6d22984711d5622ab864a619451a2a4;p=apps%2Fagl-service-can-low-level.git updated documentation --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e8244c41..3bd680d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # OpenXC Message Format Changelog +## v0.6.0 + +* Feature: Added MessagePack support for BTLE connections. +* Feature: Support for vehicle message timestamps (changed previous uptime). +* Feature: Support for C5 SD Card. +* Feature: Support for C5 RTC. +* Fix: Update submodule from code.google to github. + ## v0.5.0 * Feature: Support for C5 Cellular device. New uptime message. diff --git a/README.md b/README.md index 0597fc42..53b7c786 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenXC Message Format Specification -Version: v0.5.0 +Version: v0.6.0 This specification is a part of the [OpenXC platform][OpenXC]. @@ -35,7 +35,9 @@ MessagePack is an efficient binary serialization format. It lets you exchange da 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 + +For protocol specification visit +https://github.com/msgpack/msgpack/blob/master/spec.md ## Trace File Format