aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Gps103ProtocolDecoder.java
AgeCommit message (Expand)Author
2016-03-17Fix GPS103 protocol OBD decodingAnton Tananaev
2016-02-19Handle IMEI without delimiter (fix #1733)Anton Tananaev
2016-02-11Remove pattern debugging codeAnton Tananaev
2016-02-09Support GPS103 OBD messages (fix #1632)Anton Tananaev
2016-02-02Add RFID support for GPS103 protocolAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-28Fix GPS103 LBS regex pattern (fix #1558)Anton Tananaev
2015-11-18Support GSM based locations (fix #346)Anton Tananaev
2015-11-10Remove silly comment from codeAnton Tananaev
2015-11-01Fix PMD and Findbugs issuesAnton Tananaev
2015-10-31Fix GPS103 time calculation logicAnton Tananaev
2015-10-24Refactor pattern builder classAnton Tananaev
2015-10-17Refactor GPS103 protocol decoderAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-07Replace Double.valueOf with parseDoubleAnton Tananaev
2015-10-07Replace valueOf with parseXxx callsAnton Tananaev
2015-10-07Fix GPS103 IO parameters decodingAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-23Minor gps103 protocol cleanupAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Combine MTA6 protocolsAnton Tananaev
2015-06-29Improved gps103 protocol identification (fix #1272)Anton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-06-24Ingore semi-colon for GPS103Anton Tananaev
2015-06-19Add extra parameter to gps103Anton Tananaev
2015-05-26Stop sending alarm messagesAnton Tananaev
2015-05-07Remove tabulation characterAnton 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-04-20Add new GPS103 format (fix #1177)Anton Tananaev
2015-04-07Add TK110 support to GPS103Anton Tananaev
2015-03-12Add GPS103 unit testAnton Tananaev
2015-03-12Update Gps103ProtocolDecoder.javaprsolucoes
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-19Fix GPS103 UDP mode (fix #863)Anton Tananaev
2014-05-27Fix GPS103 decoder (fix #723)Anton Tananaev
2014-04-08Replace HOUR with HOUR_OF_DAYAnton Tananaev
2014-03-23Save GPS103 extra dataAnton Tananaev
2013-09-25Improve gps103 decoderAnton Tananaev
2013-08-29Fix GPS103 decoder (fix #371)Anton Tananaev
2013-08-12Fix typo in decodersAnton Tananaev
2013-05-02Fix extended info XML formatAnton Tananaev
2013-03-10Fix GPS103 time bugAnton Tananaev
2013-03-02Fix negative altitudeAnton Tananaev
2013-03-02Use knots in GPS103Anton Tananaev