Skip to content
Mateo Monsalve Valencia edited this page Sep 22, 2024 · 2 revisions

Primitive Peer 2 Peer Protocol (P4)

Overview

This project as a simple peer-to-peer file sharing, allowing peers to share and retrieve files. The system includes a central server for managing peer registrations and file listings, as well as peer clients that connect to peer servers to retrieve files.

Introduction

The P2P File Sharing System is built to provide a simple way to share files between peers. It leverages a central server to manage peer connections and file availability, ensuring that peers can easily find and retrieve the files they need.

Getting Started

To setup P4, follow the steps outlined in the User manual section. This will guide you through setting up the server, configuring peers, and using the peer client to share and retrieve files.

License

This project is licensed under the MIT License. For more information, see the License file.

Clone this wiki locally