1{ 2 "unicast":"@TEST_IP_MASTER@", 3 "logging": 4 { 5 "level":"warning", 6 "console":"true", 7 "file": 8 { 9 "enable":"false", 10 "path":"/tmp/someip.log" 11 }, 12 "dlt":"false" 13 }, 14 "applications": 15 [ 16 { 17 "name":"application_test", 18 "id":"0x7788", 19 "num_dispatchers":"5" 20 } 21 ], 22 "services": 23 [ 24 { 25 "service":"0x1234", 26 "instance":"0x5678", 27 "reliable":"30503" 28 } 29 ], 30 "routing":"application_test", 31 "service-discovery": 32 { 33 "enable":"true", 34 "multicast":"224.0.0.1", 35 "port":"30490", 36 "protocol":"udp" 37 } 38} 39