Skip to content

Kriyszig/crpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cRPC

Is this an RPC program? Probably

Similar to AWS Lambda, this server-client couple allows you to remotely execute and intercept the output of a C++ program over a local network.

How to run the project?

git clone https://github.com/Kriyszig/crpc.git
cd crpc

# For running the server
cd server
g++ -o server server.cc 
#Don't use a.out as it's the same name for the executable generated during RPC
./server

# For running the client
cd client
g++ -o client client.cc
./client

Note:

  • Remember to store the programs to transfer in /client/programs/ else the transfer won't work.

About

Remote Code Execution for C++ programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages