RPC Sample Programs
RPC consists of three C programs located in \TOOLKIT\SAMPLES\TCPIPTK\RPC:
- RAWEX.C provides an example of the RAW client/server
usage. Portmapper must be running.
- GENESEND.C sends an integer to the remote host (GENESEND)
and receives the integer back at the local host. Portmapper and Remote
server (GENESEND) must be running.
- GENESERV.C is a generic server. It receives an integer
or float and returns them, respectively. Portmapper must be running.
The following explains how to build and run the RPC samples.
[Back: RCOPY Sample Program]
[Next: RPCGEN Sample Programs]