Implementation of the RPC protocol in Java.
Sun's R.emote P.rocedure C.all in Java. Most of the nasty bit
was taken care of by the Data Input/Output Stream classes. JavaDoc
HTML coming soon. Only supports 'null' authentication.
Relevant documentation:
RPC RFC here
Disclaimer I make no guarantees about this software, use
it at your own risk. I have not tested at all out side of the
Server and Client classes talking to each other.
Download