aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/MeitrackProtocolDecoder.java
AgeCommit message (Expand)Author
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
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-05-13Implement units conversion classAnton Tananaev
2015-05-04More other data cleanupAnton 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 type castsAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2015-03-17Extend Meitrack decoderAnton Tananaev
2015-03-08Fix Meitrack regex patternAnton Tananaev
2014-12-07Add Meitrack test caseAnton 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-09-30Fix Meitrack decoderAnton Tananaev
2014-07-27Fix regex pattern (fix #784)Anton Tananaev
2014-05-26Fix T322 response message (fix #419)Anton Tananaev
2014-05-24Delete recorded data (fix #419)Anton Tananaev
2014-05-21Fix Meitrack decoder (fix #419)Anton Tananaev
2014-05-17Implement T322 protocol (fix #499)Anton Tananaev
2014-05-10Extend Meitrack protocolAnton Tananaev
2014-04-08Replace HOUR with HOUR_OF_DAYAnton Tananaev
2014-01-31Handle negative altitude (fix #535)Anton Tananaev