Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-08-23 | Add speed limit multiplier (fix #5161) | Anton Tananaev | |
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-19 | Move from javax to jakarta | Anton Tananaev | |
2023-08-19 | Support statistics attributes | Anton Tananaev | |
2023-08-17 | Disable for UDP protocols | Anton Tananaev | |
2023-08-15 | Merge pull request #5159 from jguthrie100/immediate_overspeed_event | Anton Tananaev | |
Throw overspeed event immediately, accounting for minimumDuration | |||
2023-08-15 | Rename setEvent method to checkEvent | Jamie Guthrie | |
2023-08-15 | Throw overspeed event immediately, accounting for minimumDuration | Jamie Guthrie | |
2023-08-13 | Support SL42 SL44 SL48 devices | Anton Tananaev | |
2023-08-13 | Support SL22 SL24 SL28 devices | Anton Tananaev | |
2023-08-07 | Merge pull request #5153 from RodolfoSilva/hotfix/auto-close-connection | Anton Tananaev | |
fix: AMQP auto close connection | |||
2023-08-07 | fix: remove the AmqpClient shutdown hook | Rodolfo Silva | |
2023-08-07 | fix: add shutdown hook to close the AMQP connection | Rodolfo Silva | |
2023-08-07 | fix: remove AMQP auto close connection | Rodolfo Silva | |
2023-08-06 | Remove unused import | Anton Tananaev | |
2023-08-06 | Additional CB212-C1005 data | Anton Tananaev | |
2023-08-05 | Update API docs | 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-28 | Merge pull request #5148 from KhalilHadded/master | Anton Tananaev | |
Watch Protocol Decoder update | |||
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 | Remove explicit test encodeId | seym45 | |
- encodeId tested inside testEncode | |||
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 | |
2023-07-24 | Add method to get calibration byte | seym45 | |
2023-07-24 | Add method to encodeId | seym45 | |
2023-07-24 | Define command 'rollback' | seym45 | |
2023-07-24 | Fix VL03 ignition decoding | Anton Tananaev | |
2023-07-23 | Device inactivity group config | Anton Tananaev | |
2023-07-22 | Add unit test | Anton Tananaev | |
2023-07-21 | Fix Fifotrack Q3 missing time | Anton Tananaev | |
2023-07-20 | Improve RF-V48 frame decoding | Anton Tananaev | |
2023-07-19 | Merge pull request #5136 from RodolfoSilva/feature/amqp-forwarder | Anton Tananaev | |
Add AMQP(RabbitMQ) Forwarder | |||
2023-07-19 | refactor the amqp client logic to have a separated class | Rodolfo Silva | |