Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 321 Bytes

Basic-RPC-Framework

Implemented Arithmetic Server in RPC framework using Linux datagram Sockets.
Marshaling and Un-Marshaling of RPC message at both Client and Server side. Added timeout option in Client process, where message is resent after timeout expiry.

This was a course project in Distributed Systems course