aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/traccar/protocol/MegastekFrameDecoderTest.java
AgeCommit message (Collapse)Author
2023-03-06Upgrade junit frameworkAnton Tananaev
2022-05-30No context dependency for decoderAnton Tananaev
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-04-11Use var in testsAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev