Skip to content

Basic Implementation of Remote Procedure call . Implemeted basic functions add and multiply.

License

Notifications You must be signed in to change notification settings

learning-aml/rpc_in_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpc_in_python

Basic Implementation of Remote Procedure call . Implemeted basic functions add and multiply. To start RPC Server : python server.py

To send addition request to RPC server python end_program.py add,no1,no2

To send multiplication request to RPC server python end_program.py mult,no1,no2

Where no1 & no2 are any two nos

About

Basic Implementation of Remote Procedure call . Implemeted basic functions add and multiply.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%