On 12/26/07, Jarek Zgoda <jarek.zgoda@sensisoft.com> wrote:
I'd like to add auto-discovery feature to my (Twisted) application and I
thought I'll use zeroconf to advertize the service to clients in local
network. I decided on zeroconf, because the app is a webservice that has to
be accessible to multitude of various clients. Unfortunately, the only one
library I found barely usable with Twisted is PyZeroconf (the other is
avahi, but it seems too tightly bound to gobject to be usable with
Twisted). Is this all or I do not know how to use google?

Anybody can share any hints on this? Is this feasible idea or there are
better ways to achieve what I want?

Cheers
Jarek Zgoda

we just used the Apple Rendezous code, it has a python wrapper around its C code.
it is available for free from Apple's developer website.
We had it in production for 2 years without a single hicup or restart.