aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocol.java
AgeCommit message (Collapse)Author
2023-08-29Merge pull request #5155 from seym45/gator-commands-engineAnton Tananaev
Add more commands for Gator protocol
2023-08-29- Set supported commands in one callseym45
- Remove timing interval command - Rename messages according to codebase standard
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-22Add periodic position fetching command for Gator protocolseym45
2023-08-19Move from javax to jakartaAnton Tananaev
2023-08-10Set support for engine managementseym45
2023-07-26Format code structureseym45
2023-07-25Change command typeseym45
2023-07-24Define command 'rollback'seym45
2022-06-18Inject all protocolsAnton Tananaev
2022-05-30Decouple more tests from contextAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev