aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/TotemProtocolDecoder.java
AgeCommit message (Expand)Author
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
2015-05-04Create other data keysAnton Tananaev
2015-04-29Store other data in positionAnton Tananaev
2015-04-27Remove unnecessary default valuesAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2015-03-15Add AVL201 format supportAnton 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-04-08Replace HOUR with HOUR_OF_DAYAnton Tananaev