Summary

Below list is a summary of the general procedure when using OmniRPC system.

  1. Install OmniRPC on the client host and remote host.

  2. On the remote host, create a remote executable program of the remote function and register it.

    1. Create the IDL file which defines interfaces.

    2. Generate a remote executable module from the IDL file with the "omrpc-cc" program.

    3. Register with omrpc-register.

  3. On the client host, create hosts.xml which describes the remote host.

  4. Write the client program, and compile with omrpc-cc.

  5. Execute the client program, specifying hosts.xml.