summaryrefslogtreecommitdiff
path: root/test/network_tests/offered_services_info_test/offered_services_info_test_local.json
blob: 872ebd2d0fb2fd39ddacbb1a6e6719fa1f9f003c (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
46
47
48
49
50
51
52
53
54
55
56
57
{
   "unicast" : "127.0.0.1",
   "diagnosis":"0x12",
   "logging" : 
   {
      "level" : "warning",
      "console" : "true",
      "file" : 
      {
         "enable" : "false",
         "path" : "/tmp/vsomeip.log"
      },

      "dlt" : "false"
   },

   "applications" : 
   [
      {
         "name" : "offered_services_info_test_service",
         "id" : "0x1277"
      }
   ],

   "services" : 
   [
      {
         "service" : "0x1111",
         "instance" : "0x1"
      },
      {
         "service" : "0x2222",
         "instance" : "0x2",
         "reliable" : { "port" : "30502" },
         "unreliable" : "31002"
       },
       {
         "service" : "0x2223",
         "instance" : "0x3",
         "reliable" : { "port" : "30503" }
       },
       {
         "service" : "0x2224",
         "instance" : "0x4",
         "unreliable" : "31004"
       }
   ],

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