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