Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-07 | Merge all sub-types into a single TranslatedMessage type. | 7 | -1853/+695 | ||
2014-01-07 | Add generated protobuf implementations. | 16 | -3/+4846 | ||
2014-01-07 | Add a bus field to RawMessage and make data an 64-bit int. | 1 | -2/+3 | ||
2014-01-07 | Add an options file to enable static memory with nanopb. | 1 | -0/+2 | ||
2014-01-07 | Move proto definition to top level. | 2 | -1/+1 | ||
2014-01-07 | Use a container type to be able to stream protobufs. | 2 | -7/+26 | ||
2014-01-07 | Benchmark how much overhead each encoding adds vs raw CAN. | 1 | -4/+16 | ||
2014-01-07 | Benchmark encoding translated messages as binary, too. | 2 | -11/+48 | ||
Results for all of my trace files: > ./compare_sizes.py ~/ownCloud/OpenXC\ Traces/peplin/**/*.json 1 For the 89 trace files given... Total transferred raw JSON size is 13.3MB Total transferred raw binary size is 2.1MB Total transferred translated JSON size is 791.0MB Total transferred translated binary size is 318.6MB Total transferred JSON size is 804.3MB Total transferred binary size is 320.6MB Binary encoding is 84.328494% smaller than JSON for raw messages Binary encoding is 59.727489% smaller than JSON for translated messages Binary encoding is 60.133196% smaller than JSON overall | |||||
2014-01-07 | Add benchmarking tests for binary encoding (moved from cantranslator). | 5 | -0/+57 | ||
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. | 2 | -1/+21 | ||
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. | 2 | -0/+82 | ||
2013-05-03 | Don't use pygments highlighting in README. | 1 | -6/+2 | ||
2013-05-03 | Initial commit, moved from openxcplatform.com. | 2 | -0/+31 | ||