Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-30 | OBD speed in km/h units | Anton Tananaev | |
2023-09-29 | field 54: restore key, rename variable | Yuriy Piskarev | |
2023-09-29 | minor fixes: | Yuriy Piskarev | |
- field 54 rename; - field 53, 66 corrections. | |||
2023-09-28 | minor edits: | Yuriy Piskarev | |
- j starts from 1; - fixed increments for all mentions of j. | |||
2023-09-27 | fix after tests: | Yuriy Piskarev | |
- fields 53, 66 (fix for liters); - field 54 fix extra multiplier. | |||
2023-09-26 | fix PR #4839: | Yuriy Piskarev | |
- before "case 5" delete blank line; - field 15 conversion to meters; - fields 53, 66 (check 15 bit, value 0-14 bits); - field 54 check negative, conversion to liters; - field 57 conversion to meters; - fields 207-255 fix field num check (I didn't compare the index correctly) | |||
2023-08-31 | correction: | Yuriy Piskarev | |
- fix for checkstyle | |||
2023-08-30 | correction: | Yuriy Piskarev | |
- used key for fields 38-44 | |||
2023-08-26 | correction: | Yuriy Piskarev | |
- fix alarm; - fix roaming; - rename field 44 to fuel without index (this is initial sensor in device); - rename field 53 to obdFuel (this is from CAN bus); - fix axle weight name; - fix breaks in default block. | |||
2023-08-25 | correction of comments: | Yuriy Piskarev | |
- rollback, returned the condition operator; - everything that fits in one line now; - fixed the key for fields 163-166; - parsing of fields 207-255 has been moved to default. | |||
2023-08-24 | - update fork; | Yuriy Piskarev | |
- refactor param checks, delete nulls; - add field 4 (alarm, armed); - add field 5 (roaming); - fix hours params; - fix accelerator and brake position keys; - move fields 78-83 (fuel temperature); - add fields 163-166 (high precision temperature); - add fields 167-170 (humidity); - add field 206 (diagnostics param); - add fields 207-255 (user parameters). | |||
2023-08-24 | Merge branch 'traccar:master' into master | Yuriy Piskarev | |
2022-09-17 | Navtelecom fuel temperature | Anton Tananaev | |
2022-09-17 | Remove unnecessary assignment | Anton Tananaev | |
2022-09-17 | Fix temperature decoding | Anton Tananaev | |
2022-05-30 | Combine session related classes | Anton Tananaev | |
2022-04-21 | - used "fuelLevel" key | Yuriy Piskarev | |
- refactor | |||
2022-04-20 | - fix checkstyle | Yuriy Piskarev | |
2022-04-19 | - add 53-69 fields for Navtelecom protocol | Yuriy Piskarev | |
2022-03-31 | Fix Navtelecom digital IO | Anton Tananaev | |
2022-03-28 | - use key KEY_HOURS; | Yuriy Piskarev | |
2022-03-28 | - replacing expression with BitUtil; | Yuriy Piskarev | |
2022-03-28 | - delete variable 'l'; | Yuriy Piskarev | |
2022-03-25 | - optimized parsing of similar protocol fields; | Yuriy Piskarev | |
2022-03-24 | - rename fuel key; | Yuriy Piskarev | |
2022-03-23 | - fixed warnings from checkstyle; | Yuriy Piskarev | |
- rename tmp variable; - added use of BitUtil; - redesigned parameter checking; | |||
2022-03-22 | Decode additional Navtelecom info | Yuriy | |
2022-03-03 | Fix Navtelecom checksum | Anton Tananaev | |
2022-03-01 | Fix Navtelecom checksum | Anton Tananaev | |
2021-12-29 | Fix protocol response | Anton Tananaev | |
2021-09-27 | Add custom frame decoder | Anton Tananaev | |
2021-09-25 | Decode telemetry messages | Anton Tananaev | |
2021-09-11 | Fix response | Anton Tananaev | |
2021-08-21 | Improve Navtelecom support | Anton Tananaev | |
2021-03-21 | Start Navtelecom implementation | Anton Tananaev | |