aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolEncoder.java
AgeCommit message (Collapse)Author
2023-08-29- Set supported commands in one callseym45
- Remove timing interval command - Rename messages according to codebase standard
2023-08-29Fix content size for encodingseym45
2023-08-29Use already existing keys to get paramsseym45
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-22Add periodic position fetching command for Gator protocolseym45
2023-08-10Add gator commands to manage engineseym45
2023-07-27Simplify encodeId method for Gator Protocolseym45
2023-07-26Resolve suggestionsseym45
- Define MSG_POSITION_REQUEST - Change comment "calibration" to "checksum"
2023-07-26Remove extra lineseym45
2023-07-26Refactor method encodeId and encodeContentseym45
- 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-25Change command typeseym45
2023-07-24Add Gator content encoder and test snippetsseym45
2023-07-24Add method to get calibration byteseym45
2023-07-24Add method to encodeIdseym45
2023-07-24Define command 'rollback'seym45