Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

To run the server and client, you must first install the necessary modules:

pip install grpcio
pip install grpcio-tools
pip install protobuf

Then run:

sudo python server.py

Make sure your version of Python is at least 3.6.