Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-06 | Move JSON spec to a separate file to keep the length down. | Christopher Peplin | 1 | -356/+15 | |
2014-09-29 | Add a command to enable/disable pre-defined OBD-II requests. | Christopher Peplin | 1 | -1/+22 | |
See openxc/vi-firmware#303. | |||||
2014-09-27 | Standardize names for payload format. | Christopher Peplin | 1 | -6/+6 | |
2014-09-27 | Remove unnecessary 'bus' field from message format command. | Christopher Peplin | 1 | -1/+0 | |
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 | 1 | -0/+22 | |
2014-09-27 | Add a control command to control AF bypass status. | Christopher Peplin | 1 | -2/+28 | |
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 | 1 | -11/+7 | |
2014-09-20 | Add passthrough command and refactor commands in binary format. | Christopher Peplin | 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. | Christopher Peplin | 1 | -3/+5 | |
2014-08-10 | Remove 'update' feature of diag request commands. | Christopher Peplin | 1 | -25/+7 | |
2014-08-04 | Require an 'action' in diagnostic requests. | Christopher Peplin | 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. | Christopher Peplin | 1 | -3/+10 | |
2014-08-04 | Expand diagnostic mode field to a full byte's range. | Christopher Peplin | 1 | -2/+2 | |
Fixed #10. | |||||
2014-06-25 | Add 'extras' field to JSON messages for custom data. | Christopher Peplin | 1 | -1/+14 | |
2014-06-25 | Make the protobuf format more clear in README. | Christopher Peplin | 1 | -13/+17 | |
2014-06-25 | Merge remote-tracking branch 'origin/master' into next | Christopher Peplin | 1 | -3/+1 | |
2014-06-11 | Remove factor and offset from diag requests - left up to clients. | Christopher Peplin | 1 | -2/+0 | |
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 | 1 | -1/+1 | |
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 | 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 | 1 | -16/+7 | |
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 | 1 | -1/+16 | |
2014-02-28 | Add details about updating diag requests. | Christopher Peplin | 1 | -0/+5 | |
2014-02-28 | Move 'frequency' field inside 'request' object of diag command. | Christopher Peplin | 1 | -11/+19 | |
2014-02-28 | Add more optional fields to diag requests and responses. | Christopher Peplin | 1 | -6/+29 | |
2014-01-07 | Draft an idea of what the diagnostic request/response format will be. | Christopher Peplin | 1 | -0/+75 | |
2013-11-22 | Document trace file format. | Christopher Peplin | 1 | -16/+46 | |
2013-11-05 | Add frequency to gear_lever_position | Christopher Peplin | 1 | -0/+1 | |
2013-10-09 | Move frequencies here from the OpenXC site. | Christopher Peplin | 1 | -8/+30 | |
2013-09-26 | Document the RAW message format, including the bus attribute. | Christopher Peplin | 1 | -0/+16 | |
2013-08-08 | Add a gear_lever_position signal to official set. | Christopher Peplin | 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. | Christopher Peplin | 1 | -0/+58 | |
2013-05-03 | Don't use pygments highlighting in README. | Christopher Peplin | 1 | -6/+2 | |
2013-05-03 | Initial commit, moved from openxcplatform.com. | Christopher Peplin | 1 | -0/+26 | |