summaryrefslogtreecommitdiff
path: root/test/application_tests/application_test.json
blob: a50eb359d0422ed939f73dfec6877122092e1f8f (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":"127.0.0.1",
    "logging":
    {
        "level":"warning",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/someip.log"
        },
        "dlt":"false"
    },
    "applications":
    [
        {
            "name":"application_test",
            "id":"0x7788",
            "num_dispatchers":"5"
        }
    ],
    "services":
    [
        {
            "service":"0x1234",
            "instance":"0x5678",
            "reliable":"30503"
        }
    ],
    "routing":"application_test",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.0.1",
        "port":"30490",
        "protocol":"udp",
    "initial_delay_min" : "10",
    "initial_delay_max" : "100",
    "repetitions_base_delay" : "200",
    "repetitions_max" : "3",
    "ttl" : "3",
    "cyclic_offer_delay" : "2000",
    "request_response_delay" : "1500"
    }
}