aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/TotemProtocolDecoder.java
AgeCommit message (Expand)Author
2017-05-19Adjust battery and batteryLevel typeAbyss777
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Fixed time comment in Tk103 and Totem protocols as requested;jon-stumpf
2017-03-17Fixed time comments for uncaptured milliseconds as requested;jon-stumpf
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;jon-stumpf
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-17Fixed comment for date format to match code in Meitrack and Totem protocols;jon-stumpf
2017-03-12Implemented Parser.nextDateTime();jon-stumpf
2017-03-05Performed all KEY_POWER and KEY_BATTERY conversions using multiplication vers...jon-stumpf
2017-03-04Replaced hardcoded "pdop" with Position.KEY_PDOP;jon-stumpf
2017-03-04Ensure that odometer is a number (fix #2967)Anton Tananaev
2017-02-26Some minor clean upAnton Tananaev
2017-02-25Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle restrict...jon-stumpf
2017-02-21Fixed TotemProtocol to only record vdop and pdop while parsing PATTERN1; Incr...jon-stumpf
2017-02-21Updated TotemProtocol to record "pdop" and "vdop" in PATTERN1;jon-stumpf
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-05Support new Totem protocol formatAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-16Use same code formatting for switchesAnton Tananaev
2016-08-23- Fixed units of KEY_ODOMETER to meters in some protocolsAbyss777
2016-08-05- Removed OIL_CUTAbyss777
2016-08-01- Added a few more protocolsAbyss777
2016-07-29Organized alarms in the first part of protocolsAbyss777
2016-07-19Move device id to a sessionAnton Tananaev
2016-06-04Implement new Totem protocol formatAnton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-12-13Add new format to Totem protocol decoderAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-15Store LAC and CID in right formatAnton Tananaev
2015-10-25Fix few check style issuesAnton Tananaev
2015-10-25Refactor Totem protocol decoderAnton Tananaev
2015-10-24Refactor pattern builder classAnton Tananaev
2015-10-19Clean up some check style issuesAnton Tananaev
2015-10-19Partially refactor totem decoderAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-07Replace Double.valueOf with parseDoubleAnton Tananaev
2015-10-07Replace more valueOf with parseXxxAnton Tananaev
2015-10-07Use pattern builder for XexunAnton Tananaev
2015-10-07Implement pattern builder util classAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-08Update Totem protocol decoderAnton Tananaev
2015-08-21Add Totem protocol acknowledgementAnton Tananaev
2015-08-21Fix new Totem format decodingAnton Tananaev
2015-08-07Fix Totem regex parserAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-05-04Create prefixes for other dataAnton Tananaev