apps/agl-service-can-low-level.git
2015-10-29 Eric Marsmanbump to 0.5 for release
2015-09-15 EricMerge pull request #23 from mgiannikouris/crosschasm-c5
2015-09-15 Eric Marsmanlink to web server project
2015-09-15 mgiannikourisabs link json
2015-09-15 mgiannikourisjson
2015-09-15 mgiannikourisMore JSON.mkd
2015-09-14 mgiannikourisMore JSON.mkd
2015-09-14 mgiannikourisAll caps makes it look like I'm yelling...
2015-09-14 mgiannikourisUpdated JSON.mkd
2014-12-02 mgiannikourisadded uptime field to VehicleMessage
2014-11-15 Christopher... Bump to next development release.
2014-11-15 Christopher... Bump to v0.4 for release.
2014-11-15 Christopher... Merge branch 'next'
2014-11-07 Christopher... Back off change to CAN message ID for backwards compati...
2014-11-07 Christopher... Update changelog.
2014-10-29 Christopher... Specify the response when no device ID is known.
2014-10-14 Christopher... Update protobuf options to use new field names.
2014-10-07 Christopher... Remove redundant 'type' field from binary SimpleVehicle...
2014-10-07 Christopher... Use more specific 'message_id' in JSON, not just 'id'.
2014-10-07 Christopher... Give diagnostic request field a more specific name.
2014-10-07 Christopher... Mention 'status' field in all command response JSON...
2014-10-07 Christopher... Deprecate "translated" and "raw" names in binary format.
2014-10-07 Christopher... Merge remote-tracking branch 'origin/16-new-names'...
2014-10-07 Christopher... Give frame format field a more specific name.
2014-10-07 Christopher... Add a field to CAN messages to explicitly set the frame...
2014-10-07 Christopher... Move JSON spec to a separate file to keep the length...
2014-09-30 Christopher... Add a command to enable/disable pre-defined OBD-II...
2014-09-28 Christopher... Standardize names for payload format.
2014-09-28 Christopher... Remove unnecessary 'bus' field from message format...
2014-09-28 Christopher... Return response to set message format command in origin...
2014-09-27 Christopher... Add a command to change message format while running.
2014-09-27 Christopher... Update compiled files.
2014-09-27 Christopher... Add a control command to control AF bypass status.
2014-09-21 Christopher... Add missing comma in example.
2014-09-21 Christopher... Deprecate "translated" and "raw" verbiage.
2014-09-21 Christopher... Simplify passthrough command to just a boolean.
2014-09-21 Christopher... Merge remote-tracking branch 'origin/latest-nanopb...
2014-09-21 Christopher... Add passthrough command and refactor commands in binary...
2014-09-17 Christopher... Re-build with nanopb v0.3.1.
2014-09-05 Christopher... Move a TODO to issue #14.
2014-09-05 Christopher... Note that 0x prefix on hex strings is optional.
2014-08-12 Christopher... Move action field to ControlCommand in binary format.
2014-08-11 Christopher... Add a 'status' field to command responses.
2014-08-11 Christopher... Remove 'update' feature of diag request commands.
2014-08-05 Christopher... Require an 'action' in diagnostic requests.
2014-08-05 Christopher... Explain when to use JSON vs. binary.
2014-08-05 Christopher... Expand diagnostic mode field to a full byte's range.
2014-06-25 Christopher... Add 'extras' field to JSON messages for custom data.
2014-06-25 Christopher... Make the protobuf format more clear in README.
2014-06-25 Christopher... Merge remote-tracking branch 'origin/master' into next
2014-06-12 Christopher... Remove factor and offset from diag requests - left...
2014-05-25 Christopher... Fix typo in example for raw message format.
2014-04-29 Christopher... Bump to next dev release.
2014-04-29 Christopher... Bump to v0.3.
2014-04-29 Christopher... Add version to README.
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...
next