Communication - RPC (image processing)
In this example, we will use RPC to compute grayscale for the input image.
Note: You will know how to write a function on the server side and then register it (using the register_function() method) so that the client can make a call.
Click src.zip link to download the file.