Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-06 | Move JSON spec to a separate file to keep the length down. | 1 | -356/+15 | ||
2014-09-29 | Add a command to enable/disable pre-defined OBD-II requests. | 1 | -1/+22 | ||
See openxc/vi-firmware#303. | |||||
2014-09-27 | Standardize names for payload format. | 1 | -6/+6 | ||
2014-09-27 | Remove unnecessary 'bus' field from message format command. | 1 | -1/+0 | ||
2014-09-27 | Return response to set message format command in original format. | 1 | -1/+2 | ||
2014-09-27 | Add a command to change message format while running. | 1 | -0/+22 | ||
2014-09-27 | Add a control command to control AF bypass status. | 1 | -2/+28 | ||
See openxc/vi-firmware#301. | |||||
2014-09-21 | Add missing comma in example. | 1 | -1/+1 | ||
2014-09-20 | Simplify passthrough command to just a boolean. | 1 | -11/+7 | ||
2014-09-20 | Add passthrough command and refactor commands in binary format. | 1 | -0/+27 | ||
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-04 | Note that 0x prefix on hex strings is optional. | 1 | -3/+5 | ||
2014-08-10 | Remove 'update' feature of diag request commands. | 1 | -25/+7 | ||
2014-08-04 | Require an 'action' in diagnostic requests. | 1 | -30/+88 | ||
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. | 1 | -3/+10 | ||
2014-08-04 | Expand diagnostic mode field to a full byte's range. | 1 | -2/+2 | ||
Fixed #10. | |||||
2014-06-25 | Add 'extras' field to JSON messages for custom data. | 1 | -1/+14 | ||
2014-06-25 | Make the protobuf format more clear in README. | 1 | -13/+17 | ||
2014-06-25 | Merge remote-tracking branch 'origin/master' into next | 1 | -3/+1 | ||
2014-06-11 | Remove factor and offset from diag requests - left up to clients. | 1 | -2/+0 | ||
2014-05-24 | Fix typo in example for raw message format. | 1 | -1/+1 | ||
2014-04-29 | Bump to next dev release. | 1 | -1/+1 | ||
2014-04-29 | Bump to v0.3. | 1 | -1/+1 | ||
2014-04-29 | Add version to README. | 1 | -0/+2 | ||
2014-04-28 | Merge remote-tracking branch 'origin/master' into diagnostic | 1 | -2/+2 | ||
2014-04-13 | Bump copyright date. | 1 | -1/+1 | ||
2014-04-13 | Add a quick list of the output from a build with OBD-II enabled. | 1 | -0/+21 | ||
2014-04-08 | more gears | 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. | 1 | -3/+3 | ||
2014-03-27 | Document delimiters for both formats. | 1 | -4/+10 | ||
2014-03-26 | Clarify how diagnostic requests are identified, updated and cancelled. | 1 | -5/+19 | ||
2014-03-26 | Refactor diagnostic fields for decoding payload. | 1 | -16/+7 | ||
2014-03-23 | Elaborate on 'name' field for diagnostic requests. | 1 | -9/+9 | ||
2014-03-23 | Make negative diagnostic response format clearer. | 1 | -4/+14 | ||
2014-03-22 | Add 'success' field to example diagnostic response. | 1 | -1/+1 | ||
2014-03-22 | Document command queries and responses. | 1 | -6/+27 | ||
2014-03-20 | Require byte arrays in JSON hex strings to have 2 chars per byte. | 1 | -1/+5 | ||
2014-03-15 | Add 'name' and 'multiple_responses' fields to diag requests. | 1 | -1/+16 | ||
2014-02-28 | Add details about updating diag requests. | 1 | -0/+5 | ||
2014-02-28 | Move 'frequency' field inside 'request' object of diag command. | 1 | -11/+19 | ||
2014-02-28 | Add more optional fields to diag requests and responses. | 1 | -6/+29 | ||
2014-01-07 | Draft an idea of what the diagnostic request/response format will be. | 1 | -0/+75 | ||
2013-11-22 | Document trace file format. | 1 | -16/+46 | ||
2013-11-05 | Add frequency to gear_lever_position | 1 | -0/+1 | ||
2013-10-09 | Move frequencies here from the OpenXC site. | 1 | -8/+30 | ||
2013-09-26 | Document the RAW message format, including the bus attribute. | 1 | -0/+16 | ||
2013-08-08 | Add a gear_lever_position signal to official set. | 1 | -0/+3 | ||
This signal is primarily used on vehicles with continuously variable transmissions, where the transmission_gear_position signal is not useful. | |||||
2013-05-03 | Add license and official signal list. | 1 | -0/+58 | ||
2013-05-03 | Don't use pygments highlighting in README. | 1 | -6/+2 | ||
2013-05-03 | Initial commit, moved from openxcplatform.com. | 1 | -0/+26 | ||