Skip to content

wangshuaizs/rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpc

compile:

for server:
gcc -Wall -o test_server test_clnt.c test_srv_func.c test_svc.c

for client:
	gcc -Wall -o test_client test_client.c test_clnt.c

run:

for server:
	./test_server

for client:
	./test_client <server_ip>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages