aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/NavtelecomProtocolDecoder.java
AgeCommit message (Collapse)Author
2023-10-30OBD speed in km/h unitsAnton Tananaev
2023-09-29field 54: restore key, rename variableYuriy Piskarev
2023-09-29minor fixes:Yuriy Piskarev
- field 54 rename; - field 53, 66 corrections.
2023-09-28minor edits:Yuriy Piskarev
- j starts from 1; - fixed increments for all mentions of j.
2023-09-27fix after tests:Yuriy Piskarev
- fields 53, 66 (fix for liters); - field 54 fix extra multiplier.
2023-09-26fix 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-31correction:Yuriy Piskarev
- fix for checkstyle
2023-08-30correction:Yuriy Piskarev
- used key for fields 38-44
2023-08-26correction: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-25correction 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-24Merge branch 'traccar:master' into masterYuriy Piskarev
2022-09-17Navtelecom fuel temperatureAnton Tananaev
2022-09-17Remove unnecessary assignmentAnton Tananaev
2022-09-17Fix temperature decodingAnton Tananaev
2022-05-30Combine session related classesAnton Tananaev
2022-04-21- used "fuelLevel" keyYuriy Piskarev
- refactor
2022-04-20- fix checkstyleYuriy Piskarev
2022-04-19- add 53-69 fields for Navtelecom protocolYuriy Piskarev
2022-03-31Fix Navtelecom digital IOAnton 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-22Decode additional Navtelecom infoYuriy
2022-03-03Fix Navtelecom checksumAnton Tananaev
2022-03-01Fix Navtelecom checksumAnton Tananaev
2021-12-29Fix protocol responseAnton Tananaev
2021-09-27Add custom frame decoderAnton Tananaev
2021-09-25Decode telemetry messagesAnton Tananaev
2021-09-11Fix responseAnton Tananaev
2021-08-21Improve Navtelecom supportAnton Tananaev
2021-03-21Start Navtelecom implementationAnton Tananaev