aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/SatsolProtocolDecoderTest.java
blob: acdb5a084d8dba638635398db7569029a37ceea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package org.traccar.protocol;

import org.junit.Test;
import org.traccar.ProtocolTest;

public class SatsolProtocolDecoderTest extends ProtocolTest {

    @Test
    public void testDecode() throws Exception {

        SatsolProtocolDecoder decoder = new SatsolProtocolDecoder(null);

        verifyPositions(decoder, binary(
                "22b5bf4cb2ec1600500122b37ba020001500cb5d2f5c68c24a0310aecd016200b1003d000004000177042700a501000000000000000101020100011e00a1657ca020001500cf5d2f5c68c24a03dbadcd013501b10097000004030177042700a501000000000000000101020101011e00816e7da003004800b95e2f5c89c24a03fbadcd010000aa00000000040601011038363133353930333632333039323600383933373530323730313030323335343836363000323537303237303132333534383636004d5453000000000066640101005700e515cf047ea001000000295f2f5c89c24a03fbadcd0100009a0000000106020106dc30a8030048006bc13e5c19c24a03bfadcd010000ad00000000050600011338363133353930333632333039323600383933373530323730313030323335343836363000323537303237303132333534383636004d5453000000000066640101005700e515"));

    }

}