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