]> arthur.barton.de Git - ngircd-alex.git/blob - doc/Zeroconf.txt
Fixes to who-test: accept any ident, escape some '*' flags.
[ngircd-alex.git] / doc / Zeroconf.txt
1
2                      ngIRCd - Next Generation IRC Server
3
4                         (c)2001-2006 Alexander Barton
5                     alex@barton.de, http://www.barton.de/
6
7                ngIRCd is free software and published under the
8                    terms of the GNU General Public License.
9
10                               -- Zeroconf.txt --
11
12
13 ngIRCd supports one aspect of Zeroconf Networking[1]: Multicast DNS (mDNS[2])
14 with DNS Service Discovery (DNS-SD[3]).
15
16 To use this features you can use one of two APIs:
17
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.
21
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.
25
26 ngIRCd then registers a DNS-SD service for each port it is listening on using
27 the service type "_ircu._tcp.".
28
29
30 Links:
31
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/
37
38
39 -- 
40 $Id: Zeroconf.txt,v 1.2 2006/08/03 14:37:29 alex Exp $