Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 785 Bytes

File metadata and controls

27 lines (14 loc) · 785 Bytes

A P2P & P2S System Using TCP

Developers

Manoj Sharan & Anthony Scalabrino

Index

  1. Instructions

Instructions

Project Description: Please use this link

Note: Please make sure you have python, pip & psutil package installed on your system before proceeding.

  1. Open server.py, change IP addresses to reflect the current machine's address. Save it. Similarly, update the 'client.py' file.

  2. Open Terminal on macOS or PowerShell on Windows and type in,

    python server.py

  3. 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.