Posted By: Arto Bendiken
Date: 2009-12-23 00:48
Summary: Adhoc.rb 0.1.0: Ad-hoc service discovery for Bonjour
Project: Adhoc
Adhoc.rb is a Ruby library for ad-hoc service discovery and routing over
DNS-SD (aka Bonjour) as well as XMPP (yet to be implemented).
This is the initial release of Adhoc.rb and contains basic support for
service discovery based on the DNS-SD gem.
http://adhoc.rubyforge.org
== Features
* Implements the simplest possible API for asynchronous/synchronous DNS-SD
service discovery: `Adhoc.discover(:http) { |service| ... }`
* Includes a command-line tool, called `adhoc`, for discovering LAN services
using DNS-SD. For example: `adhoc discover http`.
|
|