summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Add a command to enable/disable pre-defined OBD-II requests.Christopher Peplin7-94/+805
2014-09-27Standardize names for payload format.Christopher Peplin7-305/+304
2014-09-27Remove unnecessary 'bus' field from message format command.Christopher Peplin7-185/+89
2014-09-27Return response to set message format command in original format.Christopher Peplin1-1/+2
2014-09-27Add a command to change message format while running.Christopher Peplin7-85/+1021
2014-09-27Update compiled files.Christopher Peplin2-2/+2
2014-09-27Add a control command to control AF bypass status.Christopher Peplin7-83/+892
2014-09-21Add missing comma in example.Christopher Peplin1-1/+1
2014-09-21Deprecate "translated" and "raw" verbiage.Christopher Peplin1-5/+5
2014-09-20Simplify passthrough command to just a boolean.Christopher Peplin7-260/+108
2014-09-20Merge remote-tracking branch 'origin/latest-nanopb' into passthrough-commandChristopher Peplin3-70/+106
2014-09-20Add passthrough command and refactor commands in binary format.Christopher Peplin7-267/+1803
2014-09-16Re-build with nanopb v0.3.1.Christopher Peplin3-66/+98
2014-09-05Move a TODO to issue #14.Christopher Peplin1-3/+0
2014-09-04Note that 0x prefix on hex strings is optional.Christopher Peplin1-3/+5
2014-08-11Move action field to ControlCommand in binary format.Christopher Peplin6-276/+275
2014-08-10Add a 'status' field to command responses.Christopher Peplin6-54/+148
2014-08-10Remove 'update' feature of diag request commands.Christopher Peplin7-100/+65
2014-08-04Require an 'action' in diagnostic requests.Christopher Peplin7-75/+372
2014-08-04Explain when to use JSON vs. binary.Christopher Peplin1-3/+10
2014-08-04Expand diagnostic mode field to a full byte's range.Christopher Peplin2-2/+3
2014-06-25Add 'extras' field to JSON messages for custom data.Christopher Peplin2-1/+15
2014-06-25Make the protobuf format more clear in README.Christopher Peplin2-14/+18
2014-06-25Merge remote-tracking branch 'origin/master' into nextChristopher Peplin2-3/+7
2014-06-11Remove factor and offset from diag requests - left up to clients.Christopher Peplin2-2/+6
2014-05-24Fix typo in example for raw message format.Christopher Peplin1-1/+1
2014-04-29Bump to next dev release.Christopher Peplin1-1/+1
2014-04-29Bump to v0.3.Christopher Peplin2-1/+8
2014-04-29Add version to README.Christopher Peplin1-0/+2
2014-04-28Merge remote-tracking branch 'origin/master' into diagnosticChristopher Peplin1-2/+2
2014-04-13Bump copyright date.Christopher Peplin1-1/+1
2014-04-13Add a quick list of the output from a build with OBD-II enabled.Christopher Peplin1-0/+21
2014-04-08Merge pull request #9 from dret/masterChristopher Peplin1-2/+2
2014-04-08more gearsErik Wilde1-2/+2
2014-03-27Clarify that 'newline' in trace file may or may not have \r.Christopher Peplin1-3/+3
2014-03-27Document delimiters for both formats.Christopher Peplin1-4/+10
2014-03-26Clarify how diagnostic requests are identified, updated and cancelled.Christopher Peplin1-5/+19
2014-03-26Refactor diagnostic fields for decoding payload.Christopher Peplin7-293/+316
2014-03-26Remove parse_payload from diagnostic messages, it's not needed.Christopher Peplin6-278/+183
2014-03-23Elaborate on 'name' field for diagnostic requests.Christopher Peplin1-9/+9
2014-03-23Make negative diagnostic response format clearer.Christopher Peplin1-4/+14
2014-03-22Add 'success' field to example diagnostic response.Christopher Peplin1-1/+1
2014-03-22Document command queries and responses.Christopher Peplin1-6/+27
2014-03-20Require byte arrays in JSON hex strings to have 2 chars per byte.Christopher Peplin1-1/+5
2014-03-15Add 'name' and 'multiple_responses' fields to diag requests.Christopher Peplin8-121/+403
2014-03-06Add CommandResponse type to VehicleMessage (from VI to host).Christopher Peplin7-71/+936
2014-03-04Condense string/number/bool trio into a field.Christopher Peplin7-586/+1244
2014-03-04Remove duplicate generate files.Christopher Peplin4-483/+0
2014-03-04Move ControlCommand inside VehicleMessage so it can be on same stream.Christopher Peplin6-58/+281
2014-03-03Add a draft protobuf format for diagnostic requests.Christopher Peplin7-233/+2314