{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"warning",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/someip.log"
        },
        "dlt":"false"
    },
    "applications":
    [
        {
            "name":"application_test",
            "id":"0x7788"
        }
    ],
    "services":
    [
        {
            "service":"0x1234",
            "instance":"0x5678",
            "reliable":"30503"
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.0.1",
        "port":"30490",
        "protocol":"udp"
    }
}
