Hei, I am trying to write a python avahi client. I want to get the name of machines publising a given service but I would like to AVOID using the gtk og qt loop. Is there a way to do that ?
I have the browse.py example working. Seems that I also made it work with a qt loop(even if I need the dbus.glib import). I am writing a small xmrpcserver and I only want to check for available services once in a while in another thread. I see pybonjour could do the work but since avahi seems to be the default progam I would rather use it. Thank for your help Olivier _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
