aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Tk103ProtocolDecoder.java
AgeCommit message (Collapse)Author
2017-11-20T580W: review comments fixesValerii Vyshniak
2017-11-18T580W: add battery level to all eventsValerii Vyshniak
It is possible to use "processing.copyAttributes" configuration to have battery level in all events, but this will not work if battery events will be filtered somehow and dropped from DB, so it will be no event in DB with latest battery level. So, ensure all our events have latest battery level.
2017-11-18T580W: Alarms parsingValerii Vyshniak
2017-11-18T580W: parse LBS and WiFi data packetValerii Vyshniak
2017-11-18T580W: parse battery levelValerii Vyshniak
2017-11-18T580W: parse altitude and satellites num in GPS data packetValerii Vyshniak
2017-08-29Move common speed converting code to BaseProtocolDecoderAbyss777
2017-08-21Rename TK103 attributesAnton Tananaev
2017-08-21Improve TK103 sensor decodingAnton Tananaev
2017-08-19Advanced TK103 attributesAnton Tananaev
2017-07-15Fix TK103 identification issueAnton Tananaev
2017-06-27Add more alarms for TK103 protocolAnton Tananaev
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Fixed time comment in Tk103 and Totem protocols as requested;jon-stumpf
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;jon-stumpf
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-12Implemented Parser.nextDateTime();jon-stumpf
2016-12-20Refactor protocols for network locationAnton Tananaev
2016-11-24Fix exception in TK103 protocol (fix #2598)Anton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-16Use same code formatting for switchesAnton Tananaev
2016-09-14Use IMEI for TK103 identificationAnton Tananaev
2016-08-30Improve TK103 protocol decoder (fix #2270)Anton Tananaev
2016-08-06Support temperature for TK103 protocolAnton Tananaev
2016-08-05- Removed OIL_CUTAbyss777
- Renamed guard to armed - Style fixes and optimizations
2016-08-01- Added a few more protocolsAbyss777
- Removed useless alarms - Optimizations
2016-07-20Adjust TK103 voltage valuesAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-19Fix an issue in TK103 decoderAnton Tananaev
2016-05-31Support more speed units for TK103Anton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-25Implement TK103 alarm messages supportAnton Tananaev
2015-11-19Implement LBS support for TK103Anton Tananaev
2015-11-01Support TK103 battery info (fix #1097)Anton Tananaev
2015-10-25Remove unused class importsAnton Tananaev
2015-10-25Refactor TK103 protocol decoderAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-30Fix TK103 speed and time decodingAnton Tananaev
2015-09-18Improve TK103 decoder patternAnton Tananaev
2015-09-08Decode TK103 additional status (fix #1353)Anton Tananaev
2015-08-09Fix TK103 status parsingAnton Tananaev
2015-08-09Update TK103 protocol decoderAnton Tananaev
2015-07-12Re-factor configuration accessAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-30Fix speed value unitAnton Tananaev
2015-06-30Add TK103 speed unit parameterAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev