aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/T55ProtocolDecoder.java
AgeCommit message (Expand)Author
2019-02-13Support Sierra Wireless GX440 loginAnton Tananaev
2018-10-17Decoders to accept generic protocolAnton Tananaev
2018-06-09Migrate remaining protocolsAnton Tananaev
2018-05-08Handle partial GPRMC sentenceAnton Tananaev
2018-03-12Support STEPP 3 FALCOM messagesAnton Tananaev
2018-01-22Add new position constructorAnton Tananaev
2017-12-09Fix code style issuesAnton Tananaev
2017-10-21Allow per-device configurationAnton Tananaev
2017-08-28Make T55 response optionalAnton Tananaev
2017-05-23Organize satellites and RSSI valuesAbyss777
2017-05-19Fixed optional valuesAbyss777
2017-05-19Adjust battery and batteryLevel typeAbyss777
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Fixed time comments for uncaptured milliseconds as requested;jon-stumpf
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-12Implemented Parser.nextDateTime();jon-stumpf
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-02-28Additional T55 attributesAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-07-27Update custom T55 protocol formatAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-06-23Extend T55 decoder to support hex idsAnton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-17Only reply in TCP mode (fix #1836)Anton Tananaev
2016-04-01Add support for OpenGTS format (fix #1836)Anton Tananaev
2016-03-19Properly handle empty messagesAnton Tananaev
2016-03-10Support extended RMC message formatAnton Tananaev
2016-02-27Correctly decode GPFID T55 messagesAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-04Modify T55 to support Maxon devices (fix #40)Anton Tananaev
2015-10-24Refactor pattern builder classAnton Tananaev
2015-10-14Refactor T55 protocol decoderAnton Tananaev
2015-10-09Fix some check style issuesAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton 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-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-18Handle two digit longitude valueAnton Tananaev
2015-08-17Improve T55 regex patternAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton 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
2014-12-20Fix T55 identification (fix #1008)Anton 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