Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-19 | Support statistics attributes | Anton Tananaev | |
2023-08-17 | Disable for UDP protocols | Anton Tananaev | |
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-10 | Set support for engine management | seym45 | |
2023-08-10 | Add gator commands to manage engine | seym45 | |
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-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 | |
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-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 | |
2023-07-19 | change the year from the copyright text | Rodolfo Silva | |
2023-07-19 | Remove unnecessary checks | Anton Tananaev | |
2023-07-19 | Trim important fields | Anton Tananaev | |
2023-07-19 | Fix date decoding | Anton Tananaev | |
2023-07-18 | Set session cookie max age if web.sessionTimeout is set | Jacob Schooley | |