summaryrefslogtreecommitdiff
path: root/test/network_tests/debounce_tests/conf/debounce_test_service.json.in
blob: 48d1931d99b7d5db994fd607074bf99e581e7f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "unicast" : "@TEST_IP_SLAVE@",
  "services" :
  [
    {
      "service" : "0xb657",
      "instance" : "0x0003",
      "unreliable" : "30503"
    }
  ],
  "service-discovery" : 
   {
      "enable" : "true",
      "multicast" : "224.251.192.252",
      "port" : "30490",
      "protocol" : "udp",
      "cyclic_offer_delay" : "1000"
   }
}