aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
AgeCommit message (Collapse)Author
2023-08-29Undo import orderseym45
2023-08-29- Set supported commands in one callseym45
- Remove timing interval command - Rename messages according to codebase standard
2023-08-22Reset MSG_SET_POSITION_REQUEST_INTERVAL to MSG_POSITION_PERIODICseym45
- As the Line is longer than 120 characters, changed the variable name to fix the issue
2023-08-22Add command to set speed limit and odometer for Gatorseym45
- Add test to verify position retrieval interval settings - Update key name MSG_POSITION_PERIODIC to MSG_SET_POSITION_REQUEST_INTERVAL
2023-08-22Fix position periodic command codeseym45
2023-08-22Add periodic position fetching command for Gator protocolseym45
2023-08-10Add gator commands to manage engineseym45
2023-07-26Resolve suggestionsseym45
- Define MSG_POSITION_REQUEST - Change comment "calibration" to "checksum"
2022-05-30Combine session related classesAnton Tananaev
2020-02-15Fix checksum calculationAnton Tananaev
2020-02-10Fix response messageAnton Tananaev
2019-10-05Decode ADC valuesAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev