Blob


2 ngIRCd - Next Generation IRC Server
4 (c)2001-2006 Alexander Barton
5 alex@barton.de, http://www.barton.de/
7 ngIRCd is free software and published under the
8 terms of the GNU General Public License.
10 -- Zeroconf.txt --
13 ngIRCd supports one aspect of Zeroconf Networking[1]: Multicast DNS (mDNS[2])
14 with DNS Service Discovery (DNS-SD[3]).
16 To use this features you can use one of two APIs:
18 a) Apple "Bonjour" API as used by Mac OS X,
19 b) the Howl[4] Zeroconf library or the Howl compatibility layer
20 of the newer Avahi[5] library.
22 When calling the configure script using the "--with-zeroconf" switch the
23 avalable API will be autodetected and the required additional libraries will
24 be linked to the ngircd binary as required.
26 ngIRCd then registers a DNS-SD service for each port it is listening on using
27 the service type "_ircu._tcp.".
30 Links:
32 [1] http://www.zeroconf.org/
33 [2] http://www.multicastdns.org/
34 [3] http://www.dns-sd.org/
35 [4] http://www.porchdogsoft.com/products/howl/
36 [5] http://avahi.org/
39 --
40 $Id: Zeroconf.txt,v 1.2 2006/08/03 14:37:29 alex Exp $