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

I publish a service same way as in the example, using Python-zeroconf. I keep the process alive with a loop like is done in the example I have another program...

Is there a way to browse currently available services like `avahi-browse --all --terminate` would do? I would like to create a functional stateless method to get Avahi available services. Is...

Anyone interested in implementing xmDNS/DNS-SD so this can be used for IEEE2030.5 standard and SunSpec Common Smart Inverter Profile?

When connecting to multiple interfaces, this library is currently treating those interfaces as the same network. This is very broken, as any single broadcast domain must be treated independently. Any...

IPV6

I register a service with multiple IP addresses on a host named "a.local". ```python host = 'a.local' addresses = ['169.254.221.201', 'fe80::b899:e0f5:4425:b0d3', '172.27.224.1', 'fe80::70b:21f5:ed6c:b3d7', '10.0.0.17', 'fe80::ea97:b49:2a41:3a7c', '169.254.145.196', 'fe80::fbbd:c6c3:9671:28a6', '169.254.8.134', 'fe80::dc87:290:5b75:f12e', '169.254.10.51',...

updates: - [github.com/commitizen-tools/commitizen: v3.27.0 → v3.28.0](https://github.com/commitizen-tools/commitizen/compare/v3.27.0...v3.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0)

## Environment - Python 3.12.2 - `zeroconf.__version__` '0.132.2' - Windows 11 ## Description Launching an exe created by PyInstaller results in: ``` Traceback (most recent call last): File "main.py", line...

This PR is related to issues #1376 and #1380. Enabling building for macOS arm64 builds is simple, because the newest macOS runners build in arm64 by default. Hence the addition...

Hi, zeroconf installation on Apple Silicon is very slow. I noticed your CI deploys all the required intel-based wheels, but non of the AARCH64. From my understanding, you can simply...

Hi I like your library and tool and use it quite some time. I have found out that in some case there might be a minor issue. I have (for...