aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/traccar/protocol/MegastekProtocolDecoderTest.java
AgeCommit message (Collapse)Author
2021-06-24Improve compatibility with megastek devicesOliver Schramm
Megastek devices send some data which either is not fully compliant with the megastek protocol (by omitting some data) or which is (for our purposes) garbage data, which is only delimited with a single LF (0x0A).
2021-06-22fix positioningThiritin
2021-06-22Make altitude optionalThiritin
2021-06-22Update MegastekProtocolDecoderTest.javaThiritin
2021-06-22add a new testThiritin
2021-05-27Add unit test for alarm event decodingOliver Schramm
2021-05-26Adjust code styleOliver Schramm
2021-05-25Use verifyAttribute in megastek testOliver Schramm
2021-05-25Fix and add tests and add alert event typesOliver Schramm
2021-04-11Use var in testsAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev