]> arthur.barton.de Git - ngircd-alex.git/blob - doc/Zeroconf.txt
Added "doc/Zeroconf.txt" to distribution.
[ngircd-alex.git] / doc / Zeroconf.txt
1
2                      ngIRCd - Next Generation IRC Server
3
4                         (c)2001-2005 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.
20
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.
24
25 ngIRCd then registers a DNS-SD service for each port it is listening on using
26 the service type "_ircu._tcp.".
27
28
29 Links:
30
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/
35
36
37 -- 
38 $Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $