Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-06 | Give frame format field a more specific name. | Christopher Peplin | 6 | -140/+140 | |
2014-10-06 | Add a field to CAN messages to explicitly set the frame format. | Christopher Peplin | 7 | -102/+329 | |
See openxc/vi-firmware:230. | |||||
2014-10-06 | Move JSON spec to a separate file to keep the length down. | Christopher Peplin | 2 | -356/+364 | |
2014-09-29 | Add a command to enable/disable pre-defined OBD-II requests. | Christopher Peplin | 7 | -94/+805 | |
See openxc/vi-firmware#303. | |||||
2014-09-27 | Standardize names for payload format. | Christopher Peplin | 7 | -305/+304 | |
2014-09-27 | Remove unnecessary 'bus' field from message format command. | Christopher Peplin | 7 | -185/+89 | |
2014-09-27 | Return response to set message format command in original format. | Christopher Peplin | 1 | -1/+2 | |
2014-09-27 | Add a command to change message format while running. | Christopher Peplin | 7 | -85/+1021 | |
2014-09-27 | Update compiled files. | Christopher Peplin | 2 | -2/+2 | |
2014-09-27 | Add a control command to control AF bypass status. | Christopher Peplin | 7 | -83/+892 | |
See openxc/vi-firmware#301. | |||||
2014-09-21 | Add missing comma in example. | Christopher Peplin | 1 | -1/+1 | |
2014-09-20 | Simplify passthrough command to just a boolean. | Christopher Peplin | 7 | -260/+108 | |
2014-09-20 | Merge remote-tracking branch 'origin/latest-nanopb' into passthrough-command | Christopher Peplin | 3 | -70/+106 | |
Conflicts: gen/cpp/openxc.pb.c gen/cpp/openxc.pb.h | |||||
2014-09-20 | Add passthrough command and refactor commands in binary format. | Christopher Peplin | 7 | -267/+1803 | |
The ControlCommand is now more like a VehicleMessage - it has a 'type' and many optional fields pointing to the various types. If the type is diagnostic, the client should look at the diagnostic_request field. | |||||
2014-09-16 | Re-build with nanopb v0.3.1. | Christopher Peplin | 3 | -66/+98 | |
2014-09-04 | Note that 0x prefix on hex strings is optional. | Christopher Peplin | 1 | -3/+5 | |
2014-08-11 | Move action field to ControlCommand in binary format. | Christopher Peplin | 6 | -276/+275 | |
2014-08-10 | Add a 'status' field to command responses. | Christopher Peplin | 6 | -54/+148 | |
2014-08-10 | Remove 'update' feature of diag request commands. | Christopher Peplin | 7 | -100/+65 | |
2014-08-04 | Require an 'action' in diagnostic requests. | Christopher Peplin | 7 | -75/+372 | |
It wasn't very clean to try and infer a delete/create/update based on the value of the frequency field - this will require a little more code, but as they say in Python, explicit is better than implicit. Fixed https://github.com/openxc/openxc-message-format/issues/12 | |||||
2014-08-04 | Explain when to use JSON vs. binary. | Christopher Peplin | 1 | -3/+10 | |
2014-08-04 | Expand diagnostic mode field to a full byte's range. | Christopher Peplin | 2 | -2/+3 | |
Fixed #10. | |||||
2014-06-25 | Add 'extras' field to JSON messages for custom data. | Christopher Peplin | 2 | -1/+15 | |
2014-06-25 | Make the protobuf format more clear in README. | Christopher Peplin | 2 | -14/+18 | |
2014-06-25 | Merge remote-tracking branch 'origin/master' into next | Christopher Peplin | 2 | -3/+7 | |
2014-06-11 | Remove factor and offset from diag requests - left up to clients. | Christopher Peplin | 2 | -2/+6 | |
2014-05-24 | Fix typo in example for raw message format. | Christopher Peplin | 1 | -1/+1 | |
2014-04-29 | Bump to next dev release. | Christopher Peplin | 1 | -1/+1 | |
2014-04-29 | Bump to v0.3. | Christopher Peplin | 2 | -1/+8 | |
2014-04-29 | Add version to README. | Christopher Peplin | 1 | -0/+2 | |
2014-04-28 | Merge remote-tracking branch 'origin/master' into diagnostic | Christopher Peplin | 1 | -2/+2 | |
2014-04-13 | Bump copyright date. | Christopher Peplin | 1 | -1/+1 | |
2014-04-13 | Add a quick list of the output from a build with OBD-II enabled. | Christopher Peplin | 1 | -0/+21 | |
2014-04-08 | Merge pull request #9 from dret/master | Christopher Peplin | 1 | -2/+2 | |
more gears | |||||
2014-04-08 | more gears | Erik Wilde | 1 | -2/+2 | |
with consumer vehicles now routinely having 8-speed gearboxes, gear_lever_position should go at least up to eighth, and maybe to be on the safe side even up to tenth. transmission_gear_position already went up to eighth, but for consistency it now also goes all the way up to tenth. | |||||
2014-03-27 | Clarify that 'newline' in trace file may or may not have \r. | Christopher Peplin | 1 | -3/+3 | |
2014-03-27 | Document delimiters for both formats. | Christopher Peplin | 1 | -4/+10 | |
2014-03-26 | Clarify how diagnostic requests are identified, updated and cancelled. | Christopher Peplin | 1 | -5/+19 | |
2014-03-26 | Refactor diagnostic fields for decoding payload. | Christopher Peplin | 7 | -293/+316 | |
2014-03-26 | Remove parse_payload from diagnostic messages, it's not needed. | Christopher Peplin | 6 | -278/+183 | |
2014-03-23 | Elaborate on 'name' field for diagnostic requests. | Christopher Peplin | 1 | -9/+9 | |
2014-03-23 | Make negative diagnostic response format clearer. | Christopher Peplin | 1 | -4/+14 | |
2014-03-22 | Add 'success' field to example diagnostic response. | Christopher Peplin | 1 | -1/+1 | |
2014-03-22 | Document command queries and responses. | Christopher Peplin | 1 | -6/+27 | |
2014-03-20 | Require byte arrays in JSON hex strings to have 2 chars per byte. | Christopher Peplin | 1 | -1/+5 | |
2014-03-15 | Add 'name' and 'multiple_responses' fields to diag requests. | Christopher Peplin | 8 | -121/+403 | |
2014-03-06 | Add CommandResponse type to VehicleMessage (from VI to host). | Christopher Peplin | 7 | -71/+936 | |
2014-03-04 | Condense string/number/bool trio into a field. | Christopher Peplin | 7 | -586/+1244 | |
2014-03-04 | Remove duplicate generate files. | Christopher Peplin | 4 | -483/+0 | |
2014-03-04 | Move ControlCommand inside VehicleMessage so it can be on same stream. | Christopher Peplin | 6 | -58/+281 | |