Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-09 | Add RAMAC Multievent Callback | Anton Tananaev | |
2023-09-09 | Implement NTO protocol | Anton Tananaev | |
2023-09-08 | Add DTCs spacing | Anton Tananaev | |
2023-08-30 | Merge pull request #4839 from yuriy-piskarev/master | Anton Tananaev | |
add 53-69 fields for Navtelecom protocol | |||
2023-08-31 | correction: | Yuriy Piskarev | |
- fix for checkstyle | |||
2023-08-30 | correction: | Yuriy Piskarev | |
- used key for fields 38-44 | |||
2023-08-30 | Fix missing time | Anton Tananaev | |
2023-08-29 | Merge pull request #5155 from seym45/gator-commands-engine | Anton Tananaev | |
Add more commands for Gator protocol | |||
2023-08-29 | Undo import order | seym45 | |
2023-08-29 | - Set supported commands in one call | seym45 | |
- Remove timing interval command - Rename messages according to codebase standard | |||
2023-08-29 | Fix content size for encoding | seym45 | |
2023-08-29 | Use already existing keys to get params | seym45 | |
2023-08-27 | Positioning Universal PUI Enterprise | Anton Tananaev | |
2023-08-27 | Extract base MQTT decoder | Anton Tananaev | |
2023-08-27 | Support GPS GF-22 WiFi info | Anton Tananaev | |
2023-08-27 | Separate Starcom mileage value | Anton Tananaev | |
2023-08-26 | Fix odometer decoding | Anton Tananaev | |
2023-08-26 | Decode Starcom Helios attributes | Anton Tananaev | |
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 | |
2023-08-22 | Remove unused import | Anton Tananaev | |
2023-08-22 | Configurable TAIP speed unit | Anton Tananaev | |
2023-08-21 | Atelematics battery level | Anton Tananaev | |
2023-08-22 | Reset MSG_SET_POSITION_REQUEST_INTERVAL to MSG_POSITION_PERIODIC | seym45 | |
- As the Line is longer than 120 characters, changed the variable name to fix the issue | |||
2023-08-22 | Add command to set speed limit and odometer for Gator | seym45 | |
- Add test to verify position retrieval interval settings - Update key name MSG_POSITION_PERIODIC to MSG_SET_POSITION_REQUEST_INTERVAL | |||
2023-08-22 | Fix position periodic command code | seym45 | |
2023-08-22 | Add periodic position fetching command for Gator protocol | seym45 | |
2023-08-19 | Move from javax to jakarta | Anton Tananaev | |
2023-08-13 | Support SL42 SL44 SL48 devices | Anton Tananaev | |
2023-08-13 | Support SL22 SL24 SL28 devices | Anton Tananaev | |
2023-08-10 | Set support for engine management | seym45 | |
2023-08-10 | Add gator commands to manage engine | seym45 | |
2023-08-06 | Remove unused import | Anton Tananaev | |
2023-08-06 | Additional CB212-C1005 data | Anton Tananaev | |
2023-08-04 | Support JC400 alarm messages | Anton Tananaev | |
2023-08-03 | Fix GT06 protocol conflict | Anton Tananaev | |
2023-08-03 | Handle invalid Ruptela GPS (fix #5152) | Anton Tananaev | |
2023-07-29 | Watch Protocol Decoder update | Mohamed Khalil HADDED | |
2023-07-27 | Merge pull request #5144 from seym45/dev | Anton Tananaev | |
Add rollback command for Gator | |||
2023-07-27 | Simplify encodeId method for Gator Protocol | seym45 | |
2023-07-26 | Resolve suggestions | seym45 | |
- Define MSG_POSITION_REQUEST - Change comment "calibration" to "checksum" | |||
2023-07-26 | Remove extra line | seym45 | |
2023-07-26 | Refactor method encodeId and encodeContent | seym45 | |
- Replace method getCalibrationByteFromHexString with xor checksum - Rewrite method encodeContent with ByteBuf instead of String - Refactor encodeId by replacing short variable names and use ByteBuf | |||
2023-07-26 | Format code structure | seym45 | |
2023-07-25 | Decode HS-5000G odometer value | Anton Tananaev | |
2023-07-25 | Handle ST410 no GPS data | Anton Tananaev | |
2023-07-25 | Change command type | seym45 | |
2023-07-24 | Add Gator content encoder and test snippets | seym45 | |