gms298 / TCP-P2P-P2S-System

A P2P & P2S system using TCP, written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A P2P & P2S system using TCP, written in Python.


Languages

Language:Python 100.0%