Skip to content

cwru-eecs338/RPC_sample_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC_sample_code

a simple "hello world" program for RPC

hello.x is the protocal definition file.

hello.h, hello_clnt.c and hello_svc.c are three files generated by rpcgen from hello.x

"client" is the executable file for client and "server" is the executable file for server.

When you run client, you must specify the remote host name on the command line after the program name.

About

a simple "hello world" program for RPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages