Searched refs:zeroconf (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | find_border_agents.py | 32 from zeroconf import IPVersion, ServiceBrowser, ServiceStateChange, Zeroconf, DNSAddress, DNSServic… 35 def on_service_state_change(zeroconf, service_type, name, state_change): argument 37 zeroconf.get_service_info(service_type, name) 99 zeroconf = Zeroconf(ip_version=IPVersion.V6Only) 100 ServiceBrowser(zeroconf, "_meshcop._udp.local.", handlers=[on_service_state_change]) 102 cache = zeroconf.cache.cache 103 zeroconf.close()
|
/openthread-latest/tools/harness-simulation/posix/etc/ |
D | Dockerfile | 72 ENV OTBR_PYTHON_REQS zeroconf
|