aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolEncoder.java
AgeCommit message (Collapse)Author
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