Search code examples
crpc

RPC for C Programming Language


I need some help at RPC Programming. I really want understand how works the RPCGEN and the MAKEFILE structure. I would like a recommendation of a good introductory book at RPC. I found some examples but I dont know how to compile/integrate the files. More specifically I have a Client source code (one file), a Server source code (one file) and a "makefile source code". All I want is put this example to work.


Solution

  • Here are a few resources you might find helpful.

    1. Tutorial of RPC programming
    2. How RPC works -pdf link