Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 400 Bytes

RPC_Election

A client/server program to simulate an election process based on RPC

Steps to execute

  • Make sure rpcbind is installed and running:
    sudo apt install rpcbind
    sudo rpcbind start

  • Start the server:
    ./election_server

  • Start the client in a separate terminal:
    ./election_client localhost