summaryrefslogtreecommitdiff
path: root/test/someip_tp_tests/conf/someip_tp_test_master.json.in
blob: a2f67a11143bd021bcb610a5fa3e0853735f050f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"info",
        "console":"true"
    },
    "applications" :
    [
        {
            "name" : "someip_tp_test_service",
            "id" : "0xCAFE"
        }
    ],
    "services":
    [
        {
            "service":"0x4545",
            "instance":"0x1",
            "unreliable":"30001",
            "someip-tp" : {
                "service-to-client": [ "0x4545", "0x8001"]
            }
        },
        {
            "service":"0x6767",
            "instance":"0x1",
            "unicast" : "@TEST_IP_SLAVE@",
            "unreliable":"40001",
            "someip-tp" : {
                "client-to-service": [ "0x6767", "0x8001" ]
            }
        }
    ],
    "max-payload-size-unreliable" : "8352",
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.77.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000"
    }
}