summaryrefslogtreecommitdiff
path: root/test/offer_tests/conf/offer_test_big_sd_msg_master.json.in
blob: 06609f6d8e0e8a2fa1e2ece44ce91db570976e63 (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
{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"warning",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/vsomeip.log"
        },
        "dlt":"false"
    },
    "applications" :
    [
        {
             "name" : "offer_test_big_sd_msg_client",
             "id" : "0x6666"
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "ttl" : "3",
        "multicast":"224.0.11.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000"
    }
}