Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-15 | Merge pull request #23 from mgiannikouris/crosschasm-c5 | Eric | 8 | -4805/+5874 | |
added uptime field to VehicleMessage - new support for CrossChasm C5 BT & Cell devices | |||||
2015-09-15 | link to web server project | Eric Marsman | 1 | -1/+1 | |
2015-09-14 | abs link json | mgiannikouris | 1 | -1/+1 | |
2015-09-14 | json | mgiannikouris | 1 | -1/+1 | |
2015-09-14 | More JSON.mkd | mgiannikouris | 1 | -2/+2 | |
2015-09-14 | More JSON.mkd | mgiannikouris | 1 | -1/+1 | |
2015-09-14 | All caps makes it look like I'm yelling... | mgiannikouris | 1 | -1/+1 | |
2015-09-14 | Updated JSON.mkd | mgiannikouris | 1 | -0/+22 | |
Added details on the "modem_configuration" command. | |||||
2014-12-01 | added uptime field to VehicleMessage | mgiannikouris | 7 | -4804/+5851 | |
2014-11-15 | Bump to next development release. | Christopher Peplin | 2 | -1/+3 | |
2014-11-15 | Bump to v0.4 for release. | Christopher Peplin | 2 | -2/+2 | |
2014-11-15 | Merge branch 'next' | Christopher Peplin | 11 | -1441/+5559 | |
2014-11-07 | Back off change to CAN message ID for backwards compatibility. | Christopher Peplin | 8 | -573/+539 | |
I don't think this change is worth breaking compatibility with exiting trace files. The meaning of an ID is much more clean when inside a CAN message object, so that's why I think it make sense to be different than the "id" inside a diagnostic request. | |||||
2014-11-06 | Update changelog. | Christopher Peplin | 1 | -3/+20 | |
2014-10-28 | Specify the response when no device ID is known. | Christopher Peplin | 1 | -0/+2 | |
2014-10-14 | Update protobuf options to use new field names. | Christopher Peplin | 3 | -12/+19 | |
2014-10-06 | Remove redundant 'type' field from binary SimpleVehicleMessage. | Christopher Peplin | 6 | -415/+131 | |
You can figure out the type based on the value and event DynamicFields. Fixed #19. | |||||
2014-10-06 | Use more specific 'message_id' in JSON, not just 'id'. | Christopher Peplin | 1 | -12/+12 | |
There often isn't enough context to know if it's the message ID or a transaction ID or something else. Fixed #20. | |||||
2014-10-06 | Give diagnostic request field a more specific name. | Christopher Peplin | 1 | -4/+4 | |
Fixed #18. | |||||
2014-10-06 | Mention 'status' field in all command response JSON examples. | Christopher Peplin | 1 | -3/+23 | |
Fixed #13. | |||||
2014-10-06 | Deprecate "translated" and "raw" names in binary format. | Christopher Peplin | 6 | -586/+578 | |
Fixed #16. | |||||
2014-10-06 | Merge remote-tracking branch 'origin/16-new-names' into next | Christopher Peplin | 1 | -6/+6 | |
Conflicts: README.md | |||||
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-21 | Deprecate "translated" and "raw" verbiage. | Christopher Peplin | 1 | -5/+5 | |
Partway towards #16 but need to updated the binary format, too. | |||||
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-05 | Move a TODO to issue #14. | Christopher Peplin | 1 | -3/+0 | |
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 | |