1{ 2 "unicast" : "127.0.0.1", 3 "netmask" : "255.255.255.0", 4 "diagnosis":"0x12", 5 "logging" : 6 { 7 "level" : "debug", 8 "console" : "true", 9 "file" : 10 { 11 "enable" : "true", 12 "path" : "/var/log/vsomeip.log" 13 }, 14 15 "dlt" : "true" 16 }, 17 18 "applications" : 19 [ 20 { 21 "name" : "local_routing_test_client", 22 "id" : "0x1255" 23 } 24 ], 25 26 "services" : 27 [ 28 ], 29 30 "routing" : "routingmanagerd", 31 "service-discovery" : 32 { 33 "enable" : "false", 34 "multicast" : "224.0.0.1", 35 "port" : "30491", 36 "protocol" : "udp" 37 } 38}