Blob


2 ngIRCd - Next Generation IRC Server
4 (c)2001-2005 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.
21 When calling the configure script using the "--with-zeroconf" switch the
22 avalable API will be autodetected and the required additional libraries will
23 be linked to the ngircd binary as required.
25 ngIRCd then registers a DNS-SD service for each port it is listening on using
26 the service type "_ircu._tcp.".
29 Links:
31 [1] http://www.zeroconf.org/
32 [2] http://www.multicastdns.org/
33 [3] http://www.dns-sd.org/
34 [4] http://www.porchdogsoft.com/products/howl/
37 --
38 $Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $