Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
API-CHANGES-0.6 | D | 03-May-2024 | 3.1 KiB | 75 | 54 | |
AUTHORS | D | 03-May-2024 | 406 | 16 | 13 | |
COMPAT-LAYERS | D | 03-May-2024 | 649 | 17 | 12 | |
DBUS-API | D | 03-May-2024 | 502 | 14 | 9 | |
HACKING | D | 03-May-2024 | 2.8 KiB | 80 | 60 | |
INSTALL | D | 03-May-2024 | 2 KiB | 54 | 39 | |
MALLOC | D | 03-May-2024 | 380 | 9 | 6 | |
NEWS | D | 03-May-2024 | 29.6 KiB | 823 | 652 | |
README | D | 03-May-2024 | 1.5 KiB | 48 | 33 | |
TODO | D | 03-May-2024 | 4.7 KiB | 107 | 105 | |
avahi-favicon.png | D | 03-May-2024 | 684 | |||
avahi-logo.png | D | 03-May-2024 | 8.2 KiB | |||
avahi-poll.dia | D | 03-May-2024 | 36.4 KiB | 1,043 | 1,042 | |
avahi-trac.png | D | 03-May-2024 | 11.1 KiB | |||
mdns-paket.dia | D | 03-May-2024 | 42.8 KiB | 1,244 | 1,243 | |
multicast.dia | D | 03-May-2024 | 22.1 KiB | 652 | 651 | |
overview.dia | D | 03-May-2024 | 50.7 KiB | 1,496 | 1,495 | |
server-states.dia | D | 03-May-2024 | 32.7 KiB | 976 | 975 | |
socket-auto-port.c | D | 03-May-2024 | 1 KiB | 50 | 38 | |
utilities-avahi1.svg | D | 03-May-2024 | 87.5 KiB | 1,745 | 1,686 | |
utilities-avahi2.svg | D | 03-May-2024 | 85 KiB | 1,627 | 1,573 | |
zeroconf-stack-de.dia | D | 03-May-2024 | 18.9 KiB | 564 | 563 |
README
1Avahi is a free, LGPL mDNS/DNS-SD implementation. 2 3Copyright 2004-2009 by the Avahi developers. 4 5 http://avahi.org/ 6 7Avahi has a mailing list: 8 9 http://lists.freedesktop.org/mailman/listinfo/avahi 10 11You have a chance to meet the developers on 12 13 #avahi on irc.freenode.org 14 15Please report bugs to the freedesktop.org bugzilla: 16 17 http://bugs.freedesktop.org/ 18 19Avahi's SVN repository is freely accessible: 20 21 svn checkout svn://svn.0pointer.de/avahi/trunk avahi 22 23 http://0pointer.de/cgi-bin/viewcvs.cgi/?root=avahi 24 25Avahi has the following requirements: 26 - glib2 27 - expat 28 - libdaemon (http://0pointer.de/lennart/projects/libdaemon/) 29 - Linux 2.4 or 2.6 30 - DBUS 0.3x (optional, if you disable this, the daemon is not 31 accessible over IPC to other applications!) 32 - gtk2 + glade (optional, needed for avahi-discover-standalone) 33 - doxygen (optional, needed for he API documentaton) 34 - Python 2.4, pygtk2 (optional, needed by all client tools) 35 - python-twisted (optional, needed by avahi-bookmarks) 36 - xmltoman (if building from SVN rather than a tarball) 37 If you are not using debian or ubuntu, the upstream authors page has 38 disappeared, but you can get the source from debian here 39 http://ftp.debian.org/debian/pool/main/x/xmltoman/xmltoman_0.3.orig.tar.gz 40 41Please make sure to read the currently available documentation for avahi before 42asking for support on the mailing list: 43 44 - INSTALL 45 - Man pages 46 - Homepage http://avahi.org/ 47 - Mailing list archive http://lists.freedesktop.org/archives/avahi/ 48