A pure python implementation of multicast DNS service discovery
python-zeroconf This is fork of pyzeroconf, Multicast DNS Service Discovery for Python, originally by Paul Scott-Murphy (https://github.com/paulsm/pyzeroconf), modified by William McBrine (https://github.com/wmcbrine/pyzeroconf). Compatible with: Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf: isn’t tied to Bonjour or Avahi doesn’t use D-Bus doesn’t force you to use particular event loop or Twisted is pip-installable has PyPI distribution Python compatibility Versioning This project’s versions follow the following pattern: MAJOR.MINOR.PATCH. MAJOR version has been 0 so far MINOR version is incremented on backward […]
Read more