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 } 20 ], 21 "services": 22 [ 23 { 24 "service":"0x1234", 25 "instance":"0x5678", 26 "reliable":"30503" 27 } 28 ], 29 "routing":"application_test", 30 "service-discovery": 31 { 32 "enable":"true", 33 "multicast":"224.0.0.1", 34 "port":"30490", 35 "protocol":"udp" 36 } 37} 38