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