Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-14 | Added platform to message format | 7 | -106/+120 | ||
2016-09-10 | Merge pull request #29 from openxc/increase-payload | 4 | -5/+10 | ||
Increase payload | |||||
2016-08-22 | update changelog. | 1 | -0/+5 | ||
2016-08-04 | make results | 2 | -4/+4 | ||
2016-08-04 | increase payload size for diagnostic response. still need to generate the files. | 1 | -1/+1 | ||
2016-05-09 | Merge pull request #28 from openxc/next | 10 | -204/+856 | ||
Ready to release updates for C5 devices | |||||
2016-04-21 | add new C5 commands to JSON. Added ToC for this file. | 1 | -17/+55 | ||
2016-03-17 | Merge pull request #27 from openxc/messagepackadditions | 9 | -188/+800 | ||
Prep for C5 SD & RTC support with Messagepackadditions | |||||
2016-03-17 | added mp comments | 1 | -2/+8 | ||
2016-03-04 | merged next & conflict resolved on version number | 0 | -0/+0 | ||
2016-03-04 | Merge pull request #26 from openxc/origin/messagepackadditions | 1 | -7/+7 | ||
whitespace fix | |||||
2016-03-04 | whitespace fix | 1 | -7/+7 | ||
2016-02-29 | re-compiled with libprotoc 2.4.1 - should be no changes | 4 | -6055/+2862 | ||
2016-02-29 | updated documentation | 2 | -2/+12 | ||
2016-02-29 | move nanopb submodule from code.google to github | 1 | -2/+1 | ||
2016-02-29 | Merge branch 'messagepackadditions' of ↵ | 7 | -2915/+6707 | ||
https://github.com/openxc/openxc-message-format into HEAD | |||||
2015-12-11 | added support for timestamp to vehicle messages | 6 | -3030/+6223 | ||
2015-11-26 | Added SD_MOUNT_STATUS command | 6 | -107/+116 | ||
2015-11-19 | Added RTC configuration command | 6 | -120/+694 | ||
2015-10-29 | bump dev release | 2 | -1/+3 | ||
2015-10-29 | and commit files for 0.5 | 3 | -4/+6 | ||
2015-10-29 | bump to 0.5 for release | 1 | -0/+1 | ||
2015-10-27 | Added Message Pack to payload format | 7 | -84/+100 | ||
2015-09-15 | Merge pull request #23 from mgiannikouris/crosschasm-c5 | 8 | -4805/+5874 | ||
added uptime field to VehicleMessage - new support for CrossChasm C5 BT & Cell devices | |||||
2015-09-15 | link to web server project | 1 | -1/+1 | ||
2015-09-14 | abs link json | 1 | -1/+1 | ||
2015-09-14 | json | 1 | -1/+1 | ||
2015-09-14 | More JSON.mkd | 1 | -2/+2 | ||
2015-09-14 | More JSON.mkd | 1 | -1/+1 | ||
2015-09-14 | All caps makes it look like I'm yelling... | 1 | -1/+1 | ||
2015-09-14 | Updated JSON.mkd | 1 | -0/+22 | ||
Added details on the "modem_configuration" command. | |||||
2014-12-01 | added uptime field to VehicleMessage | 7 | -4804/+5851 | ||
2014-11-15 | Bump to next development release. | 2 | -1/+3 | ||
2014-11-15 | Bump to v0.4 for release. | 2 | -2/+2 | ||
2014-11-15 | Merge branch 'next' | 11 | -1441/+5559 | ||
2014-11-07 | Back off change to CAN message ID for backwards compatibility. | 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. | 1 | -3/+20 | ||
2014-10-28 | Specify the response when no device ID is known. | 1 | -0/+2 | ||
2014-10-14 | Update protobuf options to use new field names. | 3 | -12/+19 | ||
2014-10-06 | Remove redundant 'type' field from binary SimpleVehicleMessage. | 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'. | 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. | 1 | -4/+4 | ||
Fixed #18. | |||||
2014-10-06 | Mention 'status' field in all command response JSON examples. | 1 | -3/+23 | ||
Fixed #13. | |||||
2014-10-06 | Deprecate "translated" and "raw" names in binary format. | 6 | -586/+578 | ||
Fixed #16. | |||||
2014-10-06 | Merge remote-tracking branch 'origin/16-new-names' into next | 1 | -6/+6 | ||
Conflicts: README.md | |||||
2014-10-06 | Give frame format field a more specific name. | 6 | -140/+140 | ||
2014-10-06 | Add a field to CAN messages to explicitly set the frame format. | 7 | -102/+329 | ||
See openxc/vi-firmware:230. | |||||
2014-10-06 | Move JSON spec to a separate file to keep the length down. | 2 | -356/+364 | ||
2014-09-29 | Add a command to enable/disable pre-defined OBD-II requests. | 7 | -94/+805 | ||
See openxc/vi-firmware#303. | |||||
2014-09-27 | Standardize names for payload format. | 7 | -305/+304 | ||