Changes between Version 9 and Version 10 of ArchitecturalOverview

Show
Ignore:
Timestamp:
09/17/09 22:59:23 (4 years ago)
Author:
kraai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArchitecturalOverview

    v9 v10  
    77avahi consists of several parts: 
    88 
    9  * '''libavahi-common''' - a library containing some function used both by clients to the avahi-daemon and the mDNS stack itself. 
     9 * '''libavahi-common''' - A library containing some function used both by clients to the avahi-daemon and the mDNS stack itself. 
    1010 * '''libavahi-core''' - A library implementing a flexible mDNS/DNS-SD stack. The most prominent consumer is avahi-daemon. Besides that primarily useful for developers of embedded applications. This stack is very advanced and has some uncommon features like mDNS reflection. A preliminary (doxygen generated) API documentation for this and libavahi-common is [http://avahi.org/download/doxygen/ available.] 
    1111 * '''libavahi-client''' - A minimal wrapper around the DBUS API to simplify its usage. Hides the DBUS internals completely. This resembles the API of libavahi-core more or less.