aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/traccar/protocol/GatorProtocolEncoderTest.java
AgeCommit message (Collapse)Author
2023-07-27Remove explicit test encodeIdseym45
- encodeId tested inside testEncode
2023-07-27Simplify encodeId method for Gator Protocolseym45
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-26Format code structureseym45
2023-07-25Change command typeseym45
2023-07-24Add Gator content encoder and test snippetsseym45
2023-07-24Add method to encodeIdseym45