avahi

Creating a program to be broadcasted by avahi

I'm trying to write a program that outputs data that can be served over a network with avahi. The documentation I've looked at seems to say I have to register the service with dbus and then connect it to avahi, but the documentation to do this is pretty sparse. Does anyone know of good documentation for it? I've been looking at these: ...

mdns: is there a web-service interface to avahi-daemon?

I would like to query the mdns database of avahi-daemon through HTTP. Is there a way to do this? ...

Exit from polling on avahi?

I've read the example code but I can't seem to find the exit condition(s) for the threaded poll. Any clues? ...

Avahi DNS Stack for iPhone?

Hello, I would like to know if we have an avahi api for iphone side? Alternatively, can we implement avahi protocol in iphone? The avahi API provides: avahi-core: an API for embedding a complete mDNS/DNS-SD stack into your software. This is intended for developers of embedded appliances only. We dissuade from using this ...

How to develop an Avahi client/server

I am trying to develop a client/server solution using python, the server must broadcast the service availability using Avahi. I am using the following code to publish the service: import avahi import dbus __all__ = ["ZeroconfService"] class ZeroconfService: """A simple class to publish a network service with zeroconf using ava...

What does avahi-compat-libdns_sd do?

I have Bonjour (mDNSResponder - Linux version) up and running on a Ubuntu Box (Host A). I have managed to port Avahi to a new platform. As I see, ./mDNSNetMonitor is able to discover the service published by avahi on say different host, Host B (/etc/avahi/services/myservice.service) . This means that Bonjour is able to discover the servi...