Changes between Version 11 and Version 12 of ArchitecturalOverview

Show
Ignore:
Timestamp:
03/08/11 22:32:46 (2 years ago)
Author:
lennart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArchitecturalOverview

    v11 v12  
    2222 * '''avahi-discover''' - An implementation of an '''avahi-discover-standalone'''-like tool, but written in Python using pygtk and using DBUS to communicate with an Avahi daemon. 
    2323 * '''avahi-bookmarks''' - A Python based miniature web server that browses for mDNS/DNS-SD services of type '_http._tcp' (i.e. web sites) and makes them available as HTML links on http://localhost:8080. 
     24 * '''avahi-ui''' - A set of user interface widgets to ease embedding of Avahi technology in graphical applications. See [http://0pointer.de/blog/projects/avahify-your-app.html this page] for more information and a screenshot. 
    2425 
    25 The development series may contain additional code, but these components should be considered unstable and not mature enough for production code: 
    26  
    27  * '''avahi-ui''' - A set of user interface widgets to ease embedding of Avahi technology in graphical applications. See [http://0pointer.de/blog/projects/avahify-your-app.html this page] for more information and a screenshot. 
     26You probably don't want to link avahi-core and avahi-client into the same binary, since they contain conflicting symbols. 
    2827 
    2928== Graphical overview ==