aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/WondexProtocolDecoderTest.java
AgeCommit message (Collapse)Author
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-04-17Rename verification methodAnton Tananaev
2016-05-22- Removed any decoding from FrameDecoderAbyss777
- Decoded ping packet in ProtocolDecoder - Adapted tests
2016-05-19- Added device identification on ping packet for Wondex protocolAbyss777
- Store result of command execution to "result" field of position - Fixed wrong class in WondexFrameDecoderTest
2015-12-06Combine decoder and encoder test utilsAnton Tananaev
2015-10-31Add few more Wondex test casesAnton Tananaev
2015-10-22Refactor protocol unit testingAnton Tananaev
2015-09-23Clean up code inspection issuesAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after ↵jon-stumpf
construction.
2014-05-30Fix Wondex decoder (fix #730)Anton Tananaev
2014-03-29Improve Wondex decoderAnton Tananaev
2014-01-31Handle negative altitude (fix #535)Anton Tananaev
2013-11-09Improve unit test verificationAnton Tananaev
2013-08-21Add wondex test caseAnton Tananaev
2013-03-23Fix Wondex protocolAnton Tananaev
2013-03-23Add TK5000 support (fix #177)Anton Tananaev