Skip to content

chaitanyarahalkar/Simple-RPC-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-RPC-Demo

Simple demonstration of Remote Procedure Call.

Steps for installation

  1. Install RPCBind with your package manager.

  2. Generate the client and server binaries from the Makefile.

  3. Run the server binary on one node and the client binary on the other, with IP address of the server as the first argument.

Checklist

  • Create an automated installer script - run.sh
  • Auto RPCBind installer in run.sh