summaryrefslogtreecommitdiff
path: root/test/network_tests/second_address_tests/conf/second_address_test_slave_client.json.in
blob: 303bfaed7a1a62c57fdafadffbda4d24213efc3f (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
{
    "unicast":"@TEST_IP_SLAVE_SECOND@",
    "logging":
    {
        "level":"warning",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/vsomeip.log"
        },
        "dlt":"false"
    },
    "applications" :
    [
        {
            "name" : "second_address_test_client",
            "id" : "0x1210",
            "max_dispatch_time" : "1000"
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.50.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000",
        "ttl" : "3"
    }
}