Manoj Sharan & Anthony Scalabrino
Project Description: Please use this link
Note: Please make sure you have python, pip & psutil package installed on your system before proceeding.
-
Open
server.py
, change IP addresses to reflect the current machine's address. Save it. Similarly, update the 'client.py' file. -
Open Terminal on macOS or PowerShell on Windows and type in,
python server.py
-
To run the client,
python client.py
You may want to run multiple copies of the same client code on different machines for full P2P functionality.