aboutsummaryrefslogtreecommitdiff
path: root/test/org
AgeCommit message (Collapse)Author
2017-07-14Correction 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-13Replace MODULO256 checksum method.Ivan Muratov
Added covering tests.
2017-07-13Basic 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-11Create duplicate of ARNAVI3 protocol implementation.Ivan Muratov
Add an entry with ARNAVI4 port to the properties in default.xml.
2017-07-11Support Gelileo command responseAnton Tananaev
2017-07-09Implement GalileoSky protocol commandsAnton Tananaev
2017-07-09Uncomment SkyPatrol unit testsAnton Tananaev
2017-07-09Add GB100 message sampleAnton Tananaev
2017-07-09Add Teltonika test caseAnton Tananaev
2017-07-09Decode AZ735 protocol statusAnton Tananaev
2017-07-04Decode AZ735 command resultsAnton Tananaev
2017-06-30Merge pull request #3306 from ckrey/Aplicom-fixAnton Tananaev
Ignore Aplicom Alive messages
2017-06-30[FIX] don't test frame decoder in protocol decoder testChristoph Krey
2017-06-30Add Meitrack protocol testAnton Tananaev
2017-06-29[FIX] Aplicom protocol does not ignore Alive messages #3305Christoph Krey
2017-06-29Add Meiligao alarm test caseAnton Tananaev
2017-06-27Add more alarms for TK103 protocolAnton Tananaev
2017-06-27Support AZ735 GT06 protocol variantAnton Tananaev
2017-06-27Add X1 GT06 photo test caseAnton Tananaev
2017-06-26Support X1 GT06 variantAnton Tananaev
2017-06-26Decode Atrack INFO messagesAnton Tananaev
2017-06-25Merge pull request #3286 from ckrey/tk013-commandsAnton Tananaev
Tk103 commands
2017-06-25style fixesChristoph Krey
2017-06-25Add two GT06 test casesAnton Tananaev
2017-06-24add TYPE_POSITION_PERIODIC, TYPE_POSITION_STOP, TYPE_GET_VERSION, ↵Christoph Krey
TYPE_REBOOT_DEVICE, and TYPE_SET_ODOMETER to Tk103 protocol
2017-06-23add Command.TYPE_POSITION_SINGLE to Tk103 protocolChristoph Krey
2017-06-22Fix VTFMS protocol unit testsAnton Tananaev
2017-06-21Add VTFMS protocol test caseAnton Tananaev
2017-06-20Change type of 'spentFuel' to doubleAbyss777
2017-06-20- Combine 'DistanceHandler' and 'CoordinatesHandler'Abyss777
- Move 'DistanceHandler' closer to beginning of pipeline - Use KEY_DISTANCE instead of distance recalculation
2017-06-20Support Aplicom E driver infoAnton Tananaev
2017-06-20Implement VTFMS protocolAnton Tananaev
2017-06-17VT200 custom frame decoderAnton Tananaev
2017-06-17Implement Atrack command responseAnton Tananaev
2017-06-17Fix H02 short message handlingAnton Tananaev
2017-06-16- Test 'archive' attribute for booleanAbyss777
- Add 'archive' attribute for wialon and granit - Reverted check satellites in wondex
2017-06-16Merge pull request #3256 from Abyss777/motion_detectionAnton Tananaev
Centralized motion detection
2017-06-16Remove intermediate functionsAbyss777
2017-06-16Centralized motion detectionAbyss777
2017-06-16Minor Atrack frame decoder updateAnton Tananaev
2017-06-16Update Atrack frame decoderAnton Tananaev
2017-06-16Add power load for GPS103 OBDAnton Tananaev
2017-06-16Fix DMT GPS data decodingAnton Tananaev
2017-06-15Merge pull request #3253 from 5of9/masterAnton Tananaev
Filter Invalid upgrade and Wondex fix
2017-06-15Merge pull request #3252 from Abyss777/trips_by_gapsAnton Tananaev
Detect Trips and Stops by gaps in data
2017-06-15Filter Invalid upgrade and Wondex fixFlorian
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-15Merge pull request #3249 from jpmens/owntracks2Anton Tananaev
Solidify OwnTracks protocol decoder
2017-06-15Detect Trips and Stops by gaps in dataAbyss777
2017-06-15Merge pull request #3247 from Abyss777/report_stopsAnton Tananaev
Imlement Stops report
2017-06-14changes for reviewJan-Piet Mens