Zeroconf: Unterschied zwischen den Versionen

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
 
(+kat)
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
Zeroconf (aka Bonjour/Rendezvous) ist ein �?berbegriff für verschiedene Techniken, ein lokales Netzwerk konfigurationsfrei zu gestalten. Einen guten �?berblick darüber bietet [[wp:Zeroconf| Wikipedia:Zeroconf]]. Dieser Artikel hier enthält hauptsächlich interessante Links zum Einstieg und zur weiteren Recherche.
  
 +
Ganz grob lässt sich Zeroconf in zwei Bereiche einteilen:
 +
# '''Link-local IP''': Die automatische IP-Vergabe ohne zentralen DHCP-Server
 +
# '''Multicast-DNS''': Lokale Namensauflösung ohne DNS-Server, sowie Anbieten und Auffinden von Services im lokalen Netz (mDNS-Service-Discovery, kurz mDNS-SD)
  
 +
==Text==
  
* (dot)local: http://www.dotlocal.org/
+
===Allgemein===
 +
 
 +
* (dot)local: zeroconf Portal -  http://www.dotlocal.org/
 
* Rendezvous FAQ: http://developer.apple.com/macosx/rendezvous/faq.html
 
* Rendezvous FAQ: http://developer.apple.com/macosx/rendezvous/faq.html
* Pyzeroconf: http://sourceforge.net/projects/pyzeroconf
+
* Bonjour vs LLMNR - http://lists.apple.com/archives/rendezvous-dev/2004/Apr/msg00031.html
 +
 
 +
===Link-local IP===
 +
 
 +
* Zeroconf IETF RFC-Draft - http://files.zeroconf.org/draft-ietf-zeroconf-ipv4-linklocal.txt
 +
* Mixing link-local IPs and routable addresses - http://developer.apple.com/qa/qa2004/qa1357.html
 +
 
 +
===Multicast-DNS===
 +
 
 +
* DNS-SD Website - http://www.dns-sd.org/
 +
 
 +
* Multicast allgemein:
 +
** Wikipedia-Artikel: Multicast - [[wp:Multicast]]
 +
** Cisco Einführung zu Multicast - http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ipmulti.htm
 +
 
 +
* Multicast-DNS IETF RFC-Draft - http://www.ietf.org/internet-drafts/draft-ietf-dnsext-mdns-41.txt
 +
 
 +
 
 +
==Software==
 +
 
 +
===Allgemein===
 +
 
 +
* Apple Bonjour Seite (mit Windows Version) - http://www.apple.com/macosx/features/bonjour/
 +
* Apple Bonjour Developer Page - http://developer.apple.com/networking/bonjour/index.html
 +
 
 +
===Link-local IP===
 +
* zcip (*nix) - http://zeroconf.sourceforge.net/?selected=zcip
 +
* autoipd (*nix) - http://www.die.net/doc/linux/man/man8/autoipd.8.html
 +
 
 +
===Multicast-DNS===
 +
 
 +
* Howl: eine Cross-Plattform Implementation von mDNS - http://www.porchdogsoft.com/products/howl/
 +
* mDNS-SD in Python: http://sourceforge.net/projects/pyzeroconf
 +
* mDNS-SD in Ruby: http://raa.ruby-lang.org/project/net-mdns/
 +
* mDNS-SD in Java: http://jmdns.sourceforge.net/
 +
* Bonjour Browser (MacOSX) - http://www.tildesoft.com/Programs.html
 +
* mdns für embedded devices - http://www.dotlocal.org/mdnsd/
 +
* nss-mdns: client für *nix, benutzt nss von glibc - http://0pointer.de/lennart/projects/nss-mdns/
 +
* Proxy für mDNS - http://mdnsproxyd.sourceforge.net/
 +
* RendezvousProxy (Java): Services über mDNS announcen & browsen - http://ileech.sourceforge.net/index.php?content=RendezvousProxy-News
 +
* Avahi: mDNS in Gnome (Linux) - http://www.waimea.org/wiki/Software_2fAvahi
 +
 
 +
[[Category:Terms]]
 +
[[Kategorie:Rechnernetz]]

Aktuelle Version vom 9. März 2008, 21:29 Uhr

Zeroconf (aka Bonjour/Rendezvous) ist ein �?berbegriff für verschiedene Techniken, ein lokales Netzwerk konfigurationsfrei zu gestalten. Einen guten �?berblick darüber bietet Wikipedia:Zeroconf. Dieser Artikel hier enthält hauptsächlich interessante Links zum Einstieg und zur weiteren Recherche.

Ganz grob lässt sich Zeroconf in zwei Bereiche einteilen:

  1. Link-local IP: Die automatische IP-Vergabe ohne zentralen DHCP-Server
  2. Multicast-DNS: Lokale Namensauflösung ohne DNS-Server, sowie Anbieten und Auffinden von Services im lokalen Netz (mDNS-Service-Discovery, kurz mDNS-SD)

Text

Allgemein

Link-local IP

Multicast-DNS


Software

Allgemein

Link-local IP

Multicast-DNS