aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Jt600ProtocolDecoder.java
AgeCommit message (Expand)Author
2018-06-18Decode JT600 status flagsAnton Tananaev
2018-06-09Use slices instead of new buffersAnton Tananaev
2018-06-09Update missed write callsAnton Tananaev
2018-06-07Migrate H, I, J, K protocolsAnton Tananaev
2018-05-22Decode Jointech GP4000 statusAnton Tananaev
2018-01-22Add new position constructorAnton Tananaev
2017-12-06Support JT701 protocol versionAnton Tananaev
2017-11-16Support GP6000F binary protocolAnton Tananaev
2017-07-22Fix code style issueAnton Tananaev
2017-07-22Support GP6000 packed messagesAnton Tananaev
2017-05-19Adjust battery and batteryLevel typeAbyss777
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;jon-stumpf
2017-03-12Implemented Parser.nextDateTime();jon-stumpf
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-03-04Updated protocols to record additional information as reported in comments an...jon-stumpf
2017-02-26Some minor clean upAnton Tananaev
2017-02-20Updated protocols to record CellTower information where appropriate; Removed ...jon-stumpf
2016-12-20Rename GSM to RSSI attributeAnton Tananaev
2016-12-20Refactor protocols for network locationAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-02Fix some issues in JT600 decoderAnton Tananaev
2016-10-02Support old protocol versions without checksumVitaly Litvak
2016-10-02Reverted back odometer to count as thousands of meters.Vitaly Litvak
2016-10-02Moved 'xor' checksum method to the utility class.Vitaly Litvak
2016-10-02Updated formattingVitaly Litvak
2016-10-01Updated formatting, removed indentation, changed regular expression parametersVitaly Litvak
2016-10-01For JT600c - added checksum verification and replying for alarms/positions me...Vitaly Litvak
2016-09-30Implement JT701 device supportAnton Tananaev
2016-09-23Extend JT600 protocol supportAnton Tananaev
2016-08-23- Fixed units of KEY_ODOMETER to meters in some protocolsAbyss777
2016-08-01- Added a few more protocolsAbyss777
2016-07-19Move device id to a sessionAnton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-27Rename ChannelBufferTools to BcdUtilAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-15Store LAC and CID in right formatAnton Tananaev
2015-11-15Rename cell attribute to cidAnton Tananaev
2015-11-03Refactor JT600 protocol decoderAnton Tananaev
2015-10-26Use hexDump instead of readHexStringAnton Tananaev
2015-10-13Remove data model and fix some issuesAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-07Replace Double.valueOf with parseDoubleAnton Tananaev
2015-10-07Replace valueOf with parseXxx callsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-23More code issues clean upAnton Tananaev
2015-09-23Clean up code inspection issuesAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev