aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Gt06ProtocolDecoder.java
AgeCommit message (Expand)Author
2016-07-09Fix code analytics issuesAnton Tananaev
2016-07-07Add Gator heartbeat responseAnton Tananaev
2016-06-15Support new GT06 protocol messageAnton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-08Handle GT06 empty string message (fix #1930)Anton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-05-04Support for GT06 command responseAnton Tananaev
2016-02-02Save status flag for GT06 protocolAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-15Rename cell attribute to cidAnton Tananaev
2015-10-23Fix date builder and unit testingAnton Tananaev
2015-10-22Fix GT06 decoder hemisphere issueAnton Tananaev
2015-10-20Decode GT06 LBS data and statusAnton Tananaev
2015-10-20Refactor GT06 protocol decoderAnton Tananaev
2015-10-20Refactor bit utililies classAnton Tananaev
2015-10-19Fix more check style issuesAnton Tananaev
2015-10-13Fix unused and star importsAnton Tananaev
2015-10-13Extend date builder interfaceAnton Tananaev
2015-10-13Create date builder util classAnton Tananaev
2015-10-13Clean up GT06 protocol decoderAnton Tananaev
2015-10-09Fix some check style issuesAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-08Make protocol message types publicAnton Tananaev
2015-10-06Clean up CRC-16 implementationsAnton Tananaev
2015-10-06Implement Cityeasy protocol commandsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-12Use protocol name for config keysAnton Tananaev
2015-08-29Fix GT06 protocol decoder (fix #1308)Anton Tananaev
2015-08-12Rename acc to ignitionAnton Tananaev
2015-07-19Implement GT06 mileage parsing (fix #1308)Anton Tananaev
2015-07-13Use java binary literalsAnton Tananaev
2015-07-12Re-factor configuration accessAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-05-13Implement units conversion classAnton Tananaev
2015-05-04Create other data keysAnton Tananaev
2015-04-29Store other data in positionAnton Tananaev
2015-04-27Remove unnecessary type castsAnton Tananaev
2015-04-27Remove unnecessary default valuesAnton Tananaev
2015-04-23Fix GT06 timezone decodingAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2015-03-03Allow to force GT06 timezoneAnton Tananaev
2014-12-20Clean up GT06 decoderAnton Tananaev
2014-12-06Support for alarm packet 0x27 and parsing of alarm flagsPankaj Nakhat
2014-11-22Fix GT06 response issueAnton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters (DataManager...jon-stumpf
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after cons...jon-stumpf
2014-10-21Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...jon-stumpf
2014-10-04Extend GT06 protocolAnton Tananaev
2014-09-26Fix timezone parameter (fix #881)Anton Tananaev