1{
2    "unicast" : "10.0.3.28",
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    "clients" :
31    [
32        {
33            "service" : "0x1234",
34            "instance" : "0x5678",
35            "reliable" : [ "41234" ]
36        }
37    ],
38    "security" :
39    {
40        "check_credentials" : "true",
41        "policies" :
42        [
43            {
44                "client" : { "first" : "0x1343", "last" : "0x1346" },
45                "credentials" : { "uid" : "0", "gid" : "0" },
46                "allow" :
47                {
48                    "requests":
49                    [
50                        {
51                            "service"  : "0x1234",
52                            "instance" : "0x5678"
53                        }
54                    ]
55                }
56            }
57        ]
58    },
59    "routing" : "client-sample",
60    "service-discovery" :
61    {
62        "enable" : "true",
63        "multicast" : "224.244.224.245",
64        "port" : "30490",
65        "protocol" : "udp",
66        "initial_delay_min" : "10",
67        "initial_delay_max" : "100",
68        "repetitions_base_delay" : "200",
69        "repetitions_max" : "3",
70        "ttl" : "3",
71        "cyclic_offer_delay" : "2000",
72        "request_response_delay" : "1500"
73    }
74}
75