This repository was archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
vromanyu/uni-rpc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
//author: ΒΙΚΤΩΡ ΡΟΜΑΝΙΟΥΚ // To run the Makefile.ask1 exec this command -> make CFLAGS+="-I/usr/include/tirpc -ltirpc" RPCGENFLAGS+="-N" -f Makefile.ask1 To test the application, start 3 or more separate terminals Terminal 1 exec - ./ask1_client localhost (This is our socket host - rpc client) Terminal 2 exec - ./ask1_server (This is our rpc server) Terminal 3,4,x exec - /socket_client localhost 65530 (This is our socket client) Our program supports multiple clients at once. Feel free to try it out!
About
Implementing RPC and a client - server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published