Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | Correction based on comments. | Ivan Muratov | |
Re-write modulo256 checksum's parameter to byte array, not varargs. Split the tests to two methods for HEADER ver1 and ver2. Remove above-class copyrights, added top-file copyrights. Rename parcelNumber to index. Rename recordStartSign to recordType. Remove crearing additional buffer for record data, use origin buffer instead. Added check on minimal length of packet to avoid the out-of-range exceptions. | |||
2017-07-13 | Replace MODULO256 checksum method. | Ivan Muratov | |
Added covering tests. | |||
2017-07-13 | Basic ARNAVI4 binary protocol implementation is done. | Ivan Muratov | |
Supported 2 types of HEADER packets (v1, v2). Supported 3 types of PACKAGE DATA records: latitude, longitude and additional data (speed, satellites, altitude, course). | |||
2017-07-11 | Create duplicate of ARNAVI3 protocol implementation. | Ivan Muratov | |
Add an entry with ARNAVI4 port to the properties in default.xml. | |||
2017-07-11 | Support Gelileo command response | Anton Tananaev | |
2017-07-09 | Implement GalileoSky protocol commands | Anton Tananaev | |
2017-07-09 | Uncomment SkyPatrol unit tests | Anton Tananaev | |
2017-07-09 | Add GB100 message sample | Anton Tananaev | |
2017-07-09 | Add Teltonika test case | Anton Tananaev | |
2017-07-09 | Decode AZ735 protocol status | Anton Tananaev | |
2017-07-04 | Decode AZ735 command results | Anton Tananaev | |
2017-06-30 | Merge pull request #3306 from ckrey/Aplicom-fix | Anton Tananaev | |
Ignore Aplicom Alive messages | |||
2017-06-30 | [FIX] don't test frame decoder in protocol decoder test | Christoph Krey | |
2017-06-30 | Add Meitrack protocol test | Anton Tananaev | |
2017-06-29 | [FIX] Aplicom protocol does not ignore Alive messages #3305 | Christoph Krey | |
2017-06-29 | Add Meiligao alarm test case | Anton Tananaev | |
2017-06-27 | Add more alarms for TK103 protocol | Anton Tananaev | |
2017-06-27 | Support AZ735 GT06 protocol variant | Anton Tananaev | |
2017-06-27 | Add X1 GT06 photo test case | Anton Tananaev | |
2017-06-26 | Support X1 GT06 variant | Anton Tananaev | |
2017-06-26 | Decode Atrack INFO messages | Anton Tananaev | |
2017-06-25 | Merge pull request #3286 from ckrey/tk013-commands | Anton Tananaev | |
Tk103 commands | |||
2017-06-25 | style fixes | Christoph Krey | |
2017-06-25 | Add two GT06 test cases | Anton Tananaev | |
2017-06-24 | add TYPE_POSITION_PERIODIC, TYPE_POSITION_STOP, TYPE_GET_VERSION, ↵ | Christoph Krey | |
TYPE_REBOOT_DEVICE, and TYPE_SET_ODOMETER to Tk103 protocol | |||
2017-06-23 | add Command.TYPE_POSITION_SINGLE to Tk103 protocol | Christoph Krey | |
2017-06-22 | Fix VTFMS protocol unit tests | Anton Tananaev | |
2017-06-21 | Add VTFMS protocol test case | Anton Tananaev | |
2017-06-20 | Change type of 'spentFuel' to double | Abyss777 | |
2017-06-20 | - Combine 'DistanceHandler' and 'CoordinatesHandler' | Abyss777 | |
- Move 'DistanceHandler' closer to beginning of pipeline - Use KEY_DISTANCE instead of distance recalculation | |||
2017-06-20 | Support Aplicom E driver info | Anton Tananaev | |
2017-06-20 | Implement VTFMS protocol | Anton Tananaev | |
2017-06-17 | VT200 custom frame decoder | Anton Tananaev | |
2017-06-17 | Implement Atrack command response | Anton Tananaev | |
2017-06-17 | Fix H02 short message handling | Anton Tananaev | |
2017-06-16 | - Test 'archive' attribute for boolean | Abyss777 | |
- Add 'archive' attribute for wialon and granit - Reverted check satellites in wondex | |||
2017-06-16 | Merge pull request #3256 from Abyss777/motion_detection | Anton Tananaev | |
Centralized motion detection | |||
2017-06-16 | Remove intermediate functions | Abyss777 | |
2017-06-16 | Centralized motion detection | Abyss777 | |
2017-06-16 | Minor Atrack frame decoder update | Anton Tananaev | |
2017-06-16 | Update Atrack frame decoder | Anton Tananaev | |
2017-06-16 | Add power load for GPS103 OBD | Anton Tananaev | |
2017-06-16 | Fix DMT GPS data decoding | Anton Tananaev | |
2017-06-15 | Merge pull request #3253 from 5of9/master | Anton Tananaev | |
Filter Invalid upgrade and Wondex fix | |||
2017-06-15 | Merge pull request #3252 from Abyss777/trips_by_gaps | Anton Tananaev | |
Detect Trips and Stops by gaps in data | |||
2017-06-15 | Filter Invalid upgrade and Wondex fix | Florian | |
Filter invalid filters now impossible positions. And in Wondex protocol answers to messages are no longer marked as invalid and Sat over 2 check removed. Wondex decoder test changed because of the removed Sat over 2 check | |||
2017-06-15 | Merge pull request #3249 from jpmens/owntracks2 | Anton Tananaev | |
Solidify OwnTracks protocol decoder | |||
2017-06-15 | Detect Trips and Stops by gaps in data | Abyss777 | |
2017-06-15 | Merge pull request #3247 from Abyss777/report_stops | Anton Tananaev | |
Imlement Stops report | |||
2017-06-14 | changes for review | Jan-Piet Mens | |