README for the "rwho" interface example.

[ Copyright (c) 1991, 1992, 1993 Xerox Corporation.  All Rights Reserved.  

  Unlimited use, reproduction, and distribution of this software is
  permitted.  Any copy of this software must include both the above
  copyright notice of Xerox Corporation and this paragraph.  Any
  distribution of this software must comply with all applicable United
  States export control laws.  This software is made available AS IS,
  and XEROX CORPORATION DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE, AND NOTWITHSTANDING ANY OTHER
  PROVISION CONTAINED HEREIN, ANY LIABILITY FOR DAMAGES RESULTING FROM
  THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED, WHETHER ARISING IN
  CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, EVEN IF
  XEROX CORPORATION IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ]

"rwho2" is an example module implemented in C++.  This example
also contains some simple C++ and CLASS clients that use the rwho module.

To build, use the following commands:

	% ilumkmf
	% sunrpc-register-interface rwho2.isl
	% sunrpc-register-interface rwho2a.isl
	% make rwho2Server rwho2Client
	% ./rwho2Server &
	2df68@13.1.100.162.2bbd3e63.1b1f.7e88@sunrpc_2_0x31000034_1|tcp_13.1.100.162_1713
	% ./rwho2Client "2df68@13.1.100.162.2bbd3e63.1b1f.7e88@sunrpc_2_0x31000034_1|tcp_13.1.100.162_1713"
	== holmes  (server started Fri Apr  2 11:36:03 1993)

	Status:   11:36am  up 10 days, 12:50,  1 user,  load average: 0.36, 0.23, 0.01

	Users at Fri Apr  2 11:36:17 1993:
	   janssen  console Mar 29 10:48
	   janssen  ttyp4   Mar 26  9:12
	   janssen  ttyp6   Mar 30 11:31
	%

To use it with the NMS, try the following (on the machine "foo"):

	% ilumkmf
	% make rwho2ServerNMS rwho2ClientNMS
	% ./rwho2ServerNMS &
	2df68@13.1.100.162.2bbd3e63.1b1f.7e88@sunrpc_2_0x31000034_1|tcp_13.1.100.162_1713
	% ./rwho2ClientNMS foo
	== foo  (server started Fri Apr  2 11:36:03 1993)

	Status:   11:36am  up 10 days, 12:50,  1 user,  load average: 0.36, 0.23, 0.01

	Users at Fri Apr  2 11:36:17 1993:
	   janssen  console Mar 29 10:48
	   janssen  ttyp4   Mar 26  9:12
	   janssen  ttyp6   Mar 30 11:31
	%



