• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2   "unicast" : "127.0.0.1",
3   "diagnosis":"0x12",
4   "logging" :
5   {
6      "level" : "debug",
7      "console" : "true",
8      "file" :
9      {
10         "enable" : "false",
11         "path" : "/tmp/vsomeip.log"
12      },
13
14      "dlt" : "false"
15   },
16
17   "applications" :
18   [
19      {
20         "name" : "local_routing_test_service",
21         "id" : "0x1277"
22      }
23   ],
24
25   "services" :
26   [
27      {
28         "service" : "0x1234",
29         "instance" : "0x5678"
30      }
31   ],
32
33   "routing" : "routingmanagerd",
34   "service-discovery" :
35   {
36      "enable" : "false",
37      "multicast" : "224.0.0.1",
38      "port" : "30490",
39      "protocol" : "udp"
40   }
41}
42