summaryrefslogtreecommitdiff
path: root/test/event_tests/conf/event_test_slave_tcp.json.in
blob: d0bbed98ae469e888e0a45501a774618c0359fea (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
{
    "unicast":"@TEST_IP_SLAVE@",
    "logging":
    {
        "level":"info",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/vsomeip.log"
        },
        "dlt":"false"
    },
    "applications" :
    [
        {
            "name" : "event_test_service",
            "id" : "0x1210",
            "max_dispatch_time" : "1000"
        }
    ],
    "services":
    [
        {
            "service":"0x3344",
            "instance":"0x0001",
            "reliable": {
                "port":"40001",
                "enable-magic-cookies":"false"
            }
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.50.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000",
        "ttl" : "3"
    }
}