Skip to content

Abdumbo99/simpleRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS442 Project #1

This project was done individually by Abdul Razak Khatib, 21801340.

OS Info:

OS: Debian GNU/Linux 11 (bullseye) x86_64

GCC Version:

gcc (Debian 10.2.1-6) 10.2.1 20210110
was tested with -g -std=gnu99

Instructions:

-    Install rpcgen
-    Write stat.x then use rpcgen stat.x to generate stubs
-    Write client and server programs
-    Install rpcbind
-    Run /etc/init.d/rpcbind start
-    Use systemctl status rpcbind to check status of rpcbind
-    Run make to invoke Makefile
-    Run ./server & and ./client localhost value_1 ... value_N (N <= 200)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published