1{ 2 "unicast":"127.0.0.1", 3 "logging": 4 { 5 "level":"debug", 6 "console":"true", 7 "file": 8 { 9 "enable":"false", 10 "path":"/tmp/vsomeip.log" 11 }, 12 "dlt":"false" 13 }, 14 "applications": 15 [ 16 { 17 "name":"big_payload_test_service", 18 "id":"0x1277", 19 "max_dispatchers" : "0" 20 }, 21 { 22 "name":"big_payload_test_client", 23 "id":"0x1344", 24 "max_dispatchers" : "0" 25 } 26 ], 27 "services": 28 [ 29 { 30 "service":"0x1234", 31 "instance":"0x5678" 32 } 33 ], 34 "payload-sizes": 35 [ 36 { 37 "unicast":"127.0.0.1", 38 "ports": 39 [ 40 { 41 "port":"30509", 42 "max-payload-size":"614400" 43 } 44 ] 45 } 46 ], 47 "routing":"big_payload_test_service", 48 "service-discovery": 49 { 50 "enable":"true", 51 "multicast":"224.244.224.245", 52 "port":"30490", 53 "protocol":"udp" 54 } 55} 56 57