aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/TotemProtocolDecoder.java
AgeCommit message (Expand)Author
2019-03-31Convert project to gradleAnton Tananaev
2019-01-23Support AT07 protocolAnton Tananaev
2018-10-17Decoders to accept generic protocolAnton Tananaev
2018-06-13Save Totem status infoAnton Tananaev
2018-06-08Migrate part of T protocolsAbyss777
2018-05-30Fix AT05 2G response messageAnton Tananaev
2018-05-05Update Totem IO decodingAnton Tananaev
2018-04-27Fix Totem alarm decodingAnton Tananaev
2018-04-18Decode Totem SOS buttonAnton Tananaev
2018-04-11Fix totem IO decodingAnton Tananaev
2018-04-06Decode Totem IO valuesAnton Tananaev
2018-03-23Additional Totem alarmsAnton Tananaev
2018-03-02Improve Totem AT09 status decodingAnton Tananaev
2018-03-02Revert: Decode additional Totem alarm codesAnton Tananaev
2018-02-12Decode additional Totem alarm codesAnton Tananaev
2018-01-22Add new position constructorAnton Tananaev
2017-10-26Add support for AB and AC typesAnton Tananaev
2017-10-25Implement alternative Totem ACKAnton Tananaev
2017-09-22Add missing Totem alarmAnton Tananaev
2017-05-23Organize satellites and RSSI valuesAbyss777
2017-05-22Organize KEY_xDOP valuesAbyss777
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