summaryrefslogtreecommitdiff
path: root/test/routing_tests/local_routing_test_client.json
blob: e3521c859bb018c1e78c1b353a60a8bf6ce7d746 (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
{
   "unicast" : "127.0.0.1",
   "netmask" : "255.255.255.0",
   "diagnosis":"0x12",
   "logging" : 
   {
      "level" : "debug",
      "console" : "true",
      "file" : 
      {
         "enable" : "true",
         "path" : "/var/log/vsomeip.log"
      },

      "dlt" : "true"
   },

   "applications" : 
   [
      {
         "name" : "local_routing_test_client",
         "id" : "0x1255"
      }
   ],

   "services" : 
   [
   ],

   "routing" : "routingmanagerd",
   "service-discovery" : 
   {
      "enable" : "false",
      "multicast" : "224.0.0.1",
      "port" : "30491",
      "protocol" : "udp"
   }
}