python-zeroconf icon indicating copy to clipboard operation
python-zeroconf copied to clipboard

A pure python implementation of multicast DNS service discovery

Results 72 python-zeroconf issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I'm running python-zeroconf in a docker container on a mac host. If I run the following on the mac host: ```bash $ python3 Python 3.13.1 (main, Dec 3 2024,...

Is there a mechanism to indicate to `Zeroconf`/`AsyncZeroconf` or `ServiceBrowser`/`AsyncServiceBrowser` that a cache entry might be stale, based on application level failures on connecting to advertised services? https://datatracker.ietf.org/doc/html/rfc6762#section-10.4 > The...