Jump to content

Avahi (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 77.20.130.75 (talk) at 18:34, 19 December 2008 (changed version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Avahi
Developer(s)The Avahi Project
Stable release
0.6.24 / December 12, 2008
Repository
Written inC
Operating systemCross-platform
TypeNetworking
LicenseLGPL
Websiteavahi.org

Avahi is a free Zeroconf implementation, including a system for multicast DNS/DNS-SD service discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example, you can plug into a network and instantly find printers to print to, files to look at and people to talk to. It is licensed under the GNU Lesser General Public License (LGPL).

Avahi is an implementation of the Apple Zeroconf specification, and implements mDNS, DNS-SD and RFC 3927/IPv4LL. Other implementations include Apple's free/open source Bonjour framework.

Avahi provides a set of language bindings (Python, Mono, etc.) and ships with most Linux and *BSD distributions. Because of its modularized architecture, Avahi is already integrated in major desktop components like GNOME's Virtual File System and the KDE input/output architecture.

The Avahi project was originally started due to the controversial license of Apple's Bonjour Zeroconf implementation. Since then, Bonjour has been relicensed under the less controversial Apache License. However, Avahi had already become the de-facto standard implementation of mDNS/DNS-SD on free operating systems such as GNU/Linux.

Stuart Cheshire (creator of Zeroconf) has stated that Apple works with the Avahi team and is impressed with their progress; so much so that Avahi might "overtake Apple's implementation".[1]

Architectural overview of the Avahi software framework.

History

Avahi has been developed by Lennart Poettering and Trent Lloyd. It is the result of a merger of Poettering's original mDNS/DNS-SD implementation called "FlexMDNS", and Lloyd's original code called "Avahi" that happened in 2005. While most of today's code originates from the former project, the name of the latter was used for the joint project. Development on "FlexMDNS" started in late 2004, and work on the original "Avahi" began in early 2004.

Avahi was originally developed under the freedesktop.org umbrella, but has now become a separate project. Avahi, however, makes use of freedesktop.org's D-Bus IPC layer.

The name Avahi refers to the woolly lemur, a species of primates indigenous to Madagascar. Trent Lloyd found the name, liked it, and it stuck. The logo reflects this. [1]

See also

Standards

  • Zeroconf - the standard avahi is based on

Other Implementations

Protocols providing similar functionality

Other Links

References