aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/H02ProtocolDecoder.java
AgeCommit message (Collapse)Author
2018-10-17Decoders to accept generic protocolAnton Tananaev
2018-09-10Support Prime 07 protocolAnton Tananaev
2018-08-01Implement H02 time sync responseAnton Tananaev
2018-06-09Use slices instead of new buffersAnton Tananaev
2018-06-07Migrate H, I, J, K protocolsAnton Tananaev
2018-05-01Support messages without device idAnton Tananaev
2018-03-01Handle H02 message new lineAnton Tananaev
2018-01-22Add new position constructorAnton Tananaev
2017-09-28Support new H02 message typesAnton Tananaev
2017-09-25Improve H02 protocol decoderAnton Tananaev
2017-09-24Support additional eeLink parametersAnton Tananaev
2017-09-08Fix H02 simple message decodingAnton Tananaev
2017-09-08Handle H02 command resultsAnton Tananaev
2017-09-08Improve H02 protocol decoderAnton Tananaev
2017-09-08Support H02 V3 message typeAnton Tananaev
2017-06-17Fix H02 short message handlingAnton Tananaev
2017-05-29Support H02 LINK message typeAnton Tananaev
2017-05-19Adjust battery and batteryLevel typeAbyss777
2017-04-17Allow optional primitivesAnton Tananaev
2017-04-16Fix H02 status code decodingAnton Tananaev
2017-04-04Decode H02 additional dataAnton Tananaev
2017-03-18Merge pull request #3018 from jon-stumpf/jss-parse-nextDateTimeAnton Tananaev
Date and time decoding improvements
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-17Decode additional H02 parametersAnton Tananaev
2017-03-16Implement H02 power cut alarmAnton Tananaev
2017-02-16Revert H02 ignition once againAnton Tananaev
2017-02-14Fix H02 status decodingAnton Tananaev
2017-01-13Disable LBS for H02 GPS messageAnton Tananaev
2017-01-13Simplify H02 status checkAnton Tananaev
2017-01-12Better handle H02 X mode (fix #2780)Anton Tananaev
2016-12-20Refactor protocols for network locationAnton Tananaev
2016-12-02Decode H02 cell infoAnton Tananaev
2016-12-02Decode H02 ignition correctlyAnton Tananaev
2016-11-09Support LBS for H02 protocolAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-16Decode H02 battery percentageAnton Tananaev
2016-09-13Improve H02 decoder text patternAnton Tananaev
2016-08-01- Added a few more protocolsAbyss777
- Removed useless alarms - Optimizations
2016-07-25Fix H02 ignition decodingAnton Tananaev
2016-07-19automated check fixninioe
2016-07-19automated check fixninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19changed to generic alarm type eventninioe
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-06-20Handle H02 messages with no time (fix #2035)Anton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-04Explicitly use ASCII charsetAnton Tananaev