aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/CarTrackProtocolDecoder.java
AgeCommit message (Collapse)Author
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after ↵jon-stumpf
construction.
2014-10-21Eliminated the need for hardcoded protocol strings in the ↵jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-05-31changed required block of information "&Y" to optional since my CarTrack31neKl31n3N4chtmu51k
clone doesn't have this field. It is actually a GT60 clone that sends message in the CarTrack format.
2014-05-09Fix code formattingAnton Tananaev
2014-05-08Update CarTrackProtocolDecoder.javaRohit Singhal
Update Speed Parsing Code and Null Pointer Handling
2014-04-20Update CarTrackProtocolDecoder.javaerrohitsinghal
Mileage Data is encrypted to HEX and Special Chars. I have made change as per logic.
2014-04-20Implement CarTrack protocolAnton Tananaev