pybonjour 1.1.0: Pure-Python interface to Apple Bonjour and compatible DNS-SD libraries

Christopher Stawarz cstawarz at csail.mit.edu
Thu Jun 14 23:23:57 CEST 2007


pybonjour provides a pure-Python interface (via ctypes) to Apple
Bonjour and compatible DNS-SD libraries (such as Avahi).  It allows
Python scripts to take advantage of Zero Configuration Networking
(Zeroconf) to register, discover, and resolve services on both local
and wide-area networks.  Since pybonjour is implemented in pure
Python, scripts that use it can easily be ported to Mac OS X, Windows,
Linux, and other systems that run Bonjour.

pybonjour 1.1.0 includes a new TXTRecord class for generating and
parsing DNS TXT records.  The code base has also undergone a bit of
internal cleanup.

For more information:
   http://o2s.csail.mit.edu/o2s-wiki/pybonjour

To download:
   http://o2s.csail.mit.edu/download/pybonjour/


Cheers,
Chris Stawarz


More information about the Python-announce-list mailing list