Example of distributed programming with rmi and rpc on linux enviroment using C.
###Summary When talking about Distrubuted Computing , it is better to start from scratch. RMI ( Remote Method Invocation ) and RPC ( Remote Procedure Call) methods are common used communication standarts. This projects provide basic examples for them.
Before start, don't forget to read the README files under rmi-example and rpx-example folders.