1{ 2 "unicast" : "10.0.2.15", 3 "logging" : 4 { 5 "level" : "debug", 6 "console" : "true", 7 "file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" }, 8 "dlt" : "false" 9 }, 10 "applications" : 11 [ 12 { 13 "name" : "service-sample", 14 "id" : "0x1277" 15 }, 16 { 17 "name" : "client-sample", 18 "id" : "0x1344" 19 } 20 ], 21 "services" : 22 [ 23 { 24 "service" : "0x1234", 25 "instance" : "0x5678", 26 "unreliable" : "30509", 27 "multicast" : 28 { 29 "address" : "224.225.226.233", 30 "port" : "32344" 31 }, 32 "events" : 33 [ 34 { 35 "event" : "0x0777", 36 "is_field" : "true", 37 "update-cycle" : 2000 38 }, 39 { 40 "event" : "0x0778", 41 "is_field" : "true", 42 "update-cycle" : 0 43 }, 44 { 45 "event" : "0x0779", 46 "is_field" : "true" 47 } 48 ], 49 "eventgroups" : 50 [ 51 { 52 "eventgroup" : "0x4455", 53 "events" : [ "0x777", "0x778" ] 54 }, 55 { 56 "eventgroup" : "0x4465", 57 "events" : [ "0x778", "0x779" ], 58 "is_multicast" : "true" 59 }, 60 { 61 "eventgroup" : "0x4555", 62 "events" : [ "0x777", "0x779" ] 63 } 64 ] 65 } 66 ], 67 "routing" : "service-sample", 68 "service-discovery" : 69 { 70 "enable" : "true", 71 "multicast" : "224.244.224.245", 72 "port" : "30490", 73 "protocol" : "udp", 74 "initial_delay_min" : "10", 75 "initial_delay_max" : "100", 76 "repetitions_base_delay" : "200", 77 "repetitions_max" : "3", 78 "ttl" : "3", 79 "cyclic_offer_delay" : "2000", 80 "request_response_delay" : "1500" 81 } 82} 83