summaryrefslogtreecommitdiff
path: root/test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in
blob: 07cfe08c600e071ed3edfaf39007486846fc9862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "unicast":"@TEST_IP_SLAVE@",
    "logging":
    {
        "level":"info",
        "console":"true"
    },
    "applications":
    [
        {
            "name":"npdu_test_routing_manager_daemon_client_side",
            "id":"0x6666"
        },
        {
            "name":"npdu_test_client_one",
            "id":"0x1111"
        },
        {
            "name":"npdu_test_client_two",
            "id":"0x2222"
        },
        {
            "name":"npdu_test_client_three",
            "id":"0x3333"
        },
        {
            "name":"npdu_test_client_four",
            "id":"0x4444"
        }
    ],
    "routing":"npdu_test_routing_manager_daemon_client_side",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.0.1",
        "port":"30490",
        "protocol":"udp"
    }
}