aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Tk103ProtocolDecoder.java
AgeCommit message (Collapse)Author
2018-08-02Fix TK103 course regex patternAnton Tananaev
2018-06-09Update missed write callsAnton Tananaev
2018-06-09Migrate remaining protocolsAnton Tananaev
2018-01-22Add new position constructorAnton Tananaev
2017-12-07Minor T580w cleanupAnton Tananaev
2017-12-03T580W: start and stop frame symbols in data output from tk103 frame decoderValerii Vyshniak
2017-11-23T580W: move frame start symbol handling from tk103 protocol decoder to frame ↵Valerii Vyshniak
decoder
2017-11-22T580W: review comments fixes 3, re-implemented tk103 frame decoderValerii Vyshniak
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