diff options
| author | Alexander Barton <alex@barton.de> | 2005-07-08 16:19:03 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-07-08 16:19:03 +0000 |
| commit | 78692f1e87162c998acc26158d4c5dae1d7d751c (patch) | |
| tree | 0687eab75d4ed4c73242f0979d5588e70ea8281e /doc/Zeroconf.txt | |
| parent | 02b0a5151719d04081af2db01e8266a1eafb8537 (diff) | |
| download | ngircd-78692f1e87162c998acc26158d4c5dae1d7d751c.tar.gz ngircd-78692f1e87162c998acc26158d4c5dae1d7d751c.zip | |
Added "doc/Zeroconf.txt" to distribution.
Diffstat (limited to 'doc/Zeroconf.txt')
| -rw-r--r-- | doc/Zeroconf.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/Zeroconf.txt b/doc/Zeroconf.txt new file mode 100644 index 00000000..3f8f55e6 --- /dev/null +++ b/doc/Zeroconf.txt @@ -0,0 +1,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 $ |