aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/MeitrackProtocolDecoder.java
AgeCommit message (Expand)Author
2017-10-26Implement Meitrack CCE formatAnton Tananaev
2017-10-25Save Meitrack photosAnton Tananaev
2017-10-25Fix Meitrack temperature (fix #3604)Anton Tananaev
2017-10-20Fix download photo commandAnton Tananaev
2017-09-24Support all Meitrack versions (fix #3535)Anton Tananaev
2017-09-15Handle MVT380 no power valueAnton Tananaev
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-14Save driver identification (rfid/ibutton etc.) as driverUniqueId attributeAbyss777
2017-06-25Correctly decode Meitrack temperature (fix #3287)Anton Tananaev
2017-05-23Organize satellites and RSSI valuesAbyss777
2017-05-22Organize KEY_xDOP valuesAbyss777
2017-04-21Fix code formattingAnton Tananaev
2017-04-20Update MeitrackProtocolDecoder.javalalamper
2017-04-20Minor Meitrack decoder cleanupAnton Tananaev
2017-04-20Update MeitrackProtocolDecoder.javalalamper
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-25Implement alarms for MeitrackAnton Tananaev
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;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-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-03-04Ensure that odometer is a number (fix #2967)Anton Tananaev
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-08-14Use lower camel-case for attributesAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-02Decode Meitrack temperature (fix #2065)Anton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-03-02Implement Meitrack photo requestAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-15Store LAC and CID in right formatAnton Tananaev
2015-11-15Store correct MCC and MNC valuesAnton Tananaev
2015-11-15Rename cell attribute to cidAnton Tananaev
2015-11-05Improve Meitrack LBS data decodingAnton Tananaev
2015-11-04Refactor Meitrack protocol decoderAnton Tananaev
2015-10-27Remove unused vars and importsAnton Tananaev
2015-10-26Modify Meitrack frame decoderAnton Tananaev
2015-10-26Use indexOf method in decodersAnton Tananaev
2015-10-13Remove data model and fix some 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-23Clean up code inspection issuesAnton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev