apps/low-level-can-service.git
2014-04-29 Christopher... Merge remote-tracking branch 'origin/master' into diagn...
2014-04-13 Christopher... Bump copyright date.
2014-04-13 Christopher... Add a quick list of the output from a build with OBD...
2014-04-09 Christopher... Merge pull request #9 from dret/master
2014-04-08 Erik Wildemore gears
2014-03-27 Christopher... Clarify that 'newline' in trace file may or may not...
2014-03-27 Christopher... Document delimiters for both formats.
2014-03-26 Christopher... Clarify how diagnostic requests are identified, updated...
2014-03-26 Christopher... Refactor diagnostic fields for decoding payload.
2014-03-26 Christopher... Remove parse_payload from diagnostic messages, it's...
2014-03-23 Christopher... Elaborate on 'name' field for diagnostic requests.
2014-03-23 Christopher... Make negative diagnostic response format clearer.
2014-03-22 Christopher... Add 'success' field to example diagnostic response.
2014-03-22 Christopher... Document command queries and responses.
2014-03-20 Christopher... Require byte arrays in JSON hex strings to have 2 chars...
2014-03-15 Christopher... Add 'name' and 'multiple_responses' fields to diag...
2014-03-06 Christopher... Add CommandResponse type to VehicleMessage (from VI...
2014-03-04 Christopher... Condense string/number/bool trio into a field.
2014-03-04 Christopher... Remove duplicate generate files.
2014-03-04 Christopher... Move ControlCommand inside VehicleMessage so it can...
2014-03-03 Christopher... Add a draft protobuf format for diagnostic requests.
2014-02-28 Christopher... Add details about updating diag requests.
2014-02-28 Christopher... Move 'frequency' field inside 'request' object of diag...
2014-02-28 Christopher... Add more optional fields to diag requests and responses.
2014-02-19 Christopher... Add a value field to diagnostic responses for parsed...
2014-01-17 Christopher... Store raw CAN payload in bytes instead of uint64_t.
2014-01-17 Christopher... Merge branch 'master' into diagnostic
2014-01-17 Christopher... Ignore dirty submodules (generated files in nanopb).
2014-01-17 Christopher... Add Diagnostic type within VehicleMessage supertype.
2014-01-17 Christopher... Store diagnostic response payload as a byte array in...
2014-01-17 Christopher... Add a protobuf type for diagnostic message responses.
2014-01-17 Christopher... Update nanopb to 0.2.5 and fix max string length options.
2014-01-07 Christopher... Draft an idea of what the diagnostic request/response...
2014-01-07 Christopher... Minimize the number of separate protobuf types.
2014-01-07 Christopher... Revert "Switch back to many subtypes for binary messages."
2014-01-07 Christopher... Revert "Restore accidentally deleted data field from...
2014-01-07 Christopher... Restore accidentally deleted data field from raw message.
2014-01-07 Christopher... Switch back to many subtypes for binary messages.
2014-01-07 Christopher... Fix package name of generated protobuf objects.
2014-01-07 Christopher... Switch raw data field to uint64 to fit all values and...
2014-01-07 Christopher... Remove timestamp from trace JSON before benchmarking...
2014-01-07 Christopher... Update benchmark tool for latest protobuf format.
2014-01-07 Christopher... Merge all sub-types into a single TranslatedMessage...
2014-01-07 Christopher... Add generated protobuf implementations.
2014-01-07 Christopher... Add a bus field to RawMessage and make data an 64-bit...
2014-01-07 Christopher... Add an options file to enable static memory with nanopb.
2014-01-07 Christopher... Move proto definition to top level.
2014-01-07 Christopher... Use a container type to be able to stream protobufs.
2014-01-07 Christopher... Benchmark how much overhead each encoding adds vs raw...
2014-01-07 Christopher... Benchmark encoding translated messages as binary, too.
2014-01-07 Christopher... Add benchmarking tests for binary encoding (moved from...
2013-11-22 Christopher... Document trace file format.
2013-11-05 Christopher... Add frequency to gear_lever_position
2013-10-09 Christopher... Move frequencies here from the OpenXC site.
2013-09-26 Christopher... Document the RAW message format, including the bus...
2013-08-08 Christopher... Add a gear_lever_position signal to official set.
2013-05-03 Christopher... Add license and official signal list.
2013-05-03 Christopher... Don't use pygments highlighting in README.
2013-05-03 Christopher... Initial commit, moved from openxcplatform.com.