My favorites | Sign in
Google
Projects on Google Code Results 1 - 4 of 4
== Introduction == pybonjour provides a pure-Python interface to [http://developer.apple.com/networking/bonjour/ Apple Bonjour] and compatible [http://www.dns-sd.org/ DNS-SD] libraries (such as [http://avahi.org/ Avahi]). It allows [http://python.org/ Python] scripts to take advantage of [http:/...
=_waiter_: Effective DNS-SD for Java= For a long time, Java has lacked both a clean, modern DNS library and an effective DNS-SD (Service Discovery) library. =Why DNS-SD?= DNS-SD is essential in enabling ZeroConf (zero configuration) of deployed Java and non-Java services. =What's wrong w...
= What is Avahi4J ? = Avahi4J is a java wrapper around avahi, an open-source Zeroconf implementation. Using Avahi4J, an application can easily advertise services on the local network which can be easily discovered by other clients. A good example of ZeroConf services include printer discovery and ...
Mahalo is a pure Java implementation of mDNS and DNS-SD, based off of the draft-cheshire-dnsext-multicastdns.txt and draft-cheshire-dnsext-dns-sd.txt documents. It has been tested with Apple's Bonjour service and seems to work, though it has not gone through Bonjour certification. Mahalo is tang...