Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / rx / simple.example / README
1 Copyright 2000, International Business Machines Corporation and others.
2 All Rights Reserved.
3
4 This software has been released under the terms of the IBM Public
5 License. For details, see the LICENSE file in the top-level source
6 directory or online at http://www.openafs.org/dl/license10.html
7
8 The files in this directory can be made (use make or build) into a simple system
9 to demonstrate a simple client and server which use the Rx RPC protocol, together with stubs generated by rxgen.
10
11 Run the server, sample_server, with no arguments, and the client, sample_client, with a single argument, the hostname where the server is running. The client simply asks the server to add and subtract 10 different pairs of numbers, the results of which are printed out.