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

``` Run echo "::set-output name=newest_release_tag::$(semantic-release print-version --current)" Usage: semantic-release [OPTIONS] COMMAND [ARGS]... Try 'semantic-release -h' for help. Error: No such command 'print-version'. ```

If a machine `mylaptop.local.` advertises a service `My Service._test._tcp.local.`, then I can: * browse for all instances of `_test._tcp` in `.local.` and get the host name `mylaptop.local.` and the IP...

enhancement

It's possible for ServiceBrowser to call update_service after calling remove_service. After adding a bunch of print statements, I think what is happening is: 1. the remove event is triggered 2....

``` WARNING:zeroconf._services.browser:Updated non address record=record[nsec,in-unique,Onelink Safe Sound 13F0._hap._tcp.local.]=4500.0/4499,Onelink Safe Sound 13F0._hap._tcp.local.,txt|srv for _hap._tcp.local. Onelink Safe Sound 13F0._hap._tcp.local. WARNING:zeroconf._services.browser:Enqueueing ServiceStateChange.Updated for _hap._tcp.local. Onelink Safe Sound 13F0._hap._tcp.local. ``` We shouldn't trigger updates...

traffic-reduction

I am trying to announce an AirPrint printer with this library in my local network, so I can print from it on iOS. I managed to do it with `dns-sd`...

I used the sample from readme and only get this: ``` python3 zerocon-test2.py Press enter to exit... ``` running dns-sd command I get results: ``` dns-sd -B _googlecast._tcp Browsing for...

I'm trying to use the `allow_name_change` parameter along with `check_service()` etc to try to detect whether or not a particular service already exists with a given name/type combination. The purpose...

Hi, I realize iOS is probably not officially supported and this is a long shot. I'm using `Pythonista` on iOS to run a discovery script with zeroconf `0.71.0`. The code...

### Zeroconf() fails on instantiation with OSError: [Errno 48] Address already in use The code works perfectly well on _Ubuntu 21.04_ but fails with the following error on _macOS Big...

```shell DEBUG:asyncio:Using selector: EpollSelector Traceback (most recent call last): File "/home/patrick/git/blue/companion-docker/core/services/beacon/test2.py", line 104, in loop.run_until_complete(runner.async_run()) File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/home/patrick/git/blue/companion-docker/core/services/beacon/test2.py", line 59, in async_run self.aiozc...