1{
2    "unicast" : "192.168.56.101",
3    "netmask" : "255.255.255.0",
4    "logging" :
5    {
6        "level" : "info",
7        "console" : "true",
8        "file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
9        "dlt" : "true"
10    },
11    "applications" :
12    [
13        {
14            "name" : "client-sample",
15            "id" : "0x1343"
16        },
17        {
18            "name" : "second-client-sample",
19            "id" : "0x1344"
20        },
21        {
22            "name" : "third-client-sample",
23            "id" : "0x1345"
24        },
25        {
26            "name" : "fourth-client-sample",
27            "id" : "0x1346"
28        }
29    ],
30    "services" :
31    [
32        {
33            "service" : "0x1234",
34            "instance" : "0x5678",
35            "unicast" : "192.168.56.102",
36            "reliable" : { "port" : "30509", "magic-cookies" : false },
37            "events" :
38            [
39                {
40                    "event" : "0x0777",
41                    "is_field" : "true"
42                },
43                {
44                    "event" : "0x0778",
45                    "is_field" : "false"
46                },
47                {
48                    "event" : "0x0779",
49                    "is_field" : "true"
50                }
51            ],
52            "eventgroups" :
53            [
54                {
55                    "eventgroup" : "0x4455",
56                    "events" : [ "0x777", "0x778" ]
57                },
58                {
59                    "eventgroup" : "0x4465",
60                    "events" : [ "0x778", "0x779" ]
61                },
62                {
63                    "eventgroup" : "0x4555",
64                    "events" : [ "0x777", "0x779" ]
65                }
66            ]
67        }
68    ],
69    "routing" : "client-sample",
70    "service-discovery" :
71    {
72        "enable" : "true",
73        "multicast" : "224.0.0.1",
74        "port" : "30491",
75        "protocol" : "udp",
76        "initial_delay_min" : "10",
77        "initial_delay_max" : "100",
78        "repetitions_base_delay" : "200",
79        "repetitions_max" : "3",
80        "ttl" : "3",
81        "cyclic_offer_delay" : "2000",
82        "request_response_delay" : "1500"
83    }
84}
85