aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper
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-02-10add test cases on decodeCodesbdanglot
2016-12-29Finish Smokey protocol implementationAnton Tananaev
2016-12-18Implement bit buffer utilityAnton Tananaev
2016-11-27- Rename functionAbyss777
- Fix formatting
2016-11-26Implement polyline geofenceAbyss777
2016-09-19Update regex pattern debuggerAnton Tananaev
2016-05-31- Fixed style issues.drecchia
2016-05-10Improve pattern check utilityAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-27Rename ChannelBufferTools to BcdUtilAnton Tananaev
2016-04-11Implement location search treeAnton Tananaev
2016-02-25Implement DTC codes for UlbotechAnton Tananaev
2016-01-02Correct date if device sends not full timeAnton Tananaev
2015-11-11Avoid using POSIX regex classAnton Tananaev
2015-11-09Add channel buffer tools testAnton Tananaev
2015-11-06Finish OBD decoder implementationAnton Tananaev
2015-11-05Start OBD decoder implementationAnton Tananaev
2015-10-26Remove readHexString util methodAnton Tananaev
2015-10-26Use standard Java hex conversionAnton Tananaev
2015-10-26Rename hex conversion methodsAnton Tananaev
2015-10-25Implement buffer string finderAnton Tananaev
2015-10-25Minor changes to buffer tools testAnton Tananaev
2015-10-25Refactor Meiligao protocol decoderAnton Tananaev
2015-10-25Refactor Totem protocol decoderAnton Tananaev
2015-10-24Refactor pattern builder classAnton Tananaev
2015-10-23Remove channel closing testAnton Tananaev
2015-10-23Fix date builder and unit testingAnton Tananaev
2015-10-22Refactor protocol unit testingAnton Tananaev
2015-10-20Refactor bit utililies classAnton Tananaev
2015-10-13Remove data model and fix some issuesAnton Tananaev
2015-10-11Make changes to model hierarchyAnton Tananaev
2015-10-07Replace valueOf with parseXxx callsAnton Tananaev
2015-10-07Implement pattern builder util classAnton Tananaev
2015-10-06Clean up CRC-16 implementationsAnton Tananaev
2015-10-06Rename some of checksum methodsAnton Tananaev
2015-10-06Implement Cityeasy protocol commandsAnton Tananaev
2015-10-01Fix Luhn checksum calculationAnton Tananaev
2015-10-01Replace object with system methodAnton Tananaev
2015-09-24Implement Aquila track protocolAnton Tananaev
2015-09-23More code issues clean upAnton Tananaev
2015-09-23Clean up code inspection issuesAnton Tananaev
2015-09-22Fix log formatting unit testAnton Tananaev
2015-09-15Rename other field to attributesAnton Tananaev
2015-07-17Finish with GPS103 commandsAnton Tananaev
2015-07-14Support forwarding of data (fix #1131)Anton Tananaev
2015-07-07Improve Aplicom id parsingAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-07-01Add byte array conversion methodAnton Tananaev