A VERY simple rpc example to start with.
The RPC server returns the strings "Hello world" when called.
Demostrate the use of xdr. The RPC server swap the a,b in struct AB, and return it back.
> make
> sudo ./server
> ./client localhost
master:
Returned string=Hello world
XDR branch:
Returned a=20,b=10