aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/TranSyncProtocolDecoder.java
AgeCommit message (Collapse)Author
2023-05-18Clean up TranSync decoderAnton Tananaev
2023-05-18Fix Latitude/Longitude Formats for negative supportNikolay Vlahovski
Add analizeNegativePosition function in TranSyncProtocolDecoder.java Add statusParameters variable for byte
2023-05-17Fix Pythonic ussuesNikolay Vlahovski
2023-05-17remove extra empty linesNikolay Vlahovski
2023-05-17Add Position.KEY_ARCHIVE position parameter in decodeTrackerStatusParameters ↵Nikolay Vlahovski
in TranSyncProtocol Add Position.KEY_VERSION_HW position parameter in decodeTrackerStatusParameters in TranSyncProtocol
2023-05-17Remove sendResponse function from TranSyncProtocolDecoder.javaNikolay Vlahovski
2023-05-17Add LengthFieldBasedFrameDecoder to TranSyncProtocolNikolay Vlahovski
2023-05-16ReafactoringNikolay Vlahovski
2023-05-15Remove Instance variables from TranSyncProtocolDecoder.javaNikolay Vlahovski
Add parseDate function Add getTrackerModel function Add setNetwork function Rename setTimestampPacket function -> getDatefromIntegerParameters
2023-05-15Add [Protocol]TranSyncProtocolNikolay Vlahovski
Add TranSyncProtocol.java Add TranSyncProtocolDecoder.java Add TranSyncProtocolDecoderTest.java