// Copyright (C) 2002  Strangeberry Inc.
// @(#)README.txt, 1.10, 03/05/2003

Arthur van Hoff
avh@strangeberry.com


** JRendezvous

This is an implemenation of Rendezvous in Java. It currently
supports service discovery and service registration. 



** Requirements

JRendezvous has been tested only on Windows using the JDK 1.3.1
and JDK 1.4.0. It has also been tried on Mac OS/10 using JDK1.3.1.



** Running JRendezvous from the Command Line

GUI browser:

  java -jar jrendezvous.jar -browse

TTY browser for a particular service type:

  java -jar jrendezvous.jar -bs _http._tcp local.

Register a service:

  java -jar jrendezvous.jar -rs foobar _http._tcp local. 1234 index.html

To print debugging output specify -d as the first argument.  



** Sample Code 

For sample code check out the package com.strangeberry.rendezvous.sample.
Sample tools are found in com.strangeberry.rendezvous.tools.


Have fun!

