SUN ONC RPC Library for Linux is a good solution. You can also use the rpcgen compiler to create server and client stubs.
All you have to do is write .x in RPCL, compile it with rpcgen .
Here is an example I posted on github: https://github.com/issamabd/SDL-PPONG
It uses RPC calls to connect two PingPong players over the network.
I. Abd
source share