1{ 2 "unicast" : "192.168.56.101", 3 "netmask" : "255.255.255.0", 4 "logging" : 5 { 6 "level" : "info", 7 "console" : "true", 8 "file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" }, 9 "dlt" : "true" 10 }, 11 "applications" : 12 [ 13 { 14 "name" : "client-sample", 15 "id" : "0x1343" 16 }, 17 { 18 "name" : "second-client-sample", 19 "id" : "0x1344" 20 }, 21 { 22 "name" : "third-client-sample", 23 "id" : "0x1345" 24 }, 25 { 26 "name" : "fourth-client-sample", 27 "id" : "0x1346" 28 } 29 ], 30 "clients" : 31 [ 32 { 33 "service" : "0x1234", 34 "instance" : "0x5678", 35 "reliable" : [ "41234" ] 36 } 37 ], 38 "routing" : "client-sample", 39 "service-discovery" : 40 { 41 "enable" : "true", 42 "multicast" : "224.244.224.245", 43 "port" : "30490", 44 "protocol" : "udp", 45 "initial_delay_min" : "10", 46 "initial_delay_max" : "100", 47 "repetitions_base_delay" : "200", 48 "repetitions_max" : "3", 49 "ttl" : "3", 50 "cyclic_offer_delay" : "2000", 51 "request_response_delay" : "1500" 52 } 53} 54