about summary refs log tree commit diff
path: root/doc/Zeroconf.txt
blob: 3f8f55e62c6f09ee7d72a5a8995a49d495f7ac7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

                     ngIRCd - Next Generation IRC Server

                        (c)2001-2005 Alexander Barton
                    alex@barton.de, http://www.barton.de/

               ngIRCd is free software and published under the
                   terms of the GNU General Public License.

			      -- Zeroconf.txt --


ngIRCd supports one aspect of Zeroconf Networking[1]: Multicast DNS (mDNS[2])
with DNS Service Discovery (DNS-SD[3]).

To use this features you can use one of two APIs:

  a) Apple "Bonjour" API as used by Mac OS X,
  b) the Howl[4] Zeroconf library.

When calling the configure script using the "--with-zeroconf" switch the
avalable API will be autodetected and the required additional libraries will
be linked to the ngircd binary as required.

ngIRCd then registers a DNS-SD service for each port it is listening on using
the service type "_ircu._tcp.".


Links:

 [1] http://www.zeroconf.org/
 [2] http://www.multicastdns.org/
 [3] http://www.dns-sd.org/
 [4] http://www.porchdogsoft.com/products/howl/


-- 
$Id: Zeroconf.txt,v 1.1 2005/07/08 16:19:03 alex Exp $