Skip to main content

Questions tagged [python-zeroconf]

The tag has no usage guidance.

python-zeroconf
0 votes
0 answers
68 views

Is it possible to advertise an mDNS service with invalid name / type?

I'm trying to recreate some functionality of NearDrop, a MacOS app to interact with Android NearbyShare functionality. Namely, I want to create a program that's visible in NearbyShare. The repo has a ...
Quifisto's user avatar
0 votes
0 answers
310 views

How to use python zeroconf in an asyncio application?

Here's a minimal reproducible example demonstrating the problem: import asyncio from zeroconf import Zeroconf, ServiceStateChange from zeroconf.asyncio import AsyncServiceBrowser def ...
Tom's user avatar
  • 7,679