Skip to content

The P2P File Sharing Application is a lightweight Rust program that allows users to share files directly with each other without a central server. It supports multiple file uploads, features a simple command-line interface, and uses the tokio library for efficient handling of tasks, ensuring fast and smooth file transfers.

Notifications You must be signed in to change notification settings

HariprasathGanapathiofficial/p2p_file_sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P File Sharing Application

Overview

This is a Peer-to-Peer (P2P) file-sharing application built using Rust. The application allows users to share files directly with each other without the need for a central server. It is designed to be efficient, secure, and easy to use.

Features

  • Direct File Sharing: Share files directly between peers.
  • Cross-Platform: Works on multiple operating systems.
  • Secure Transfers: Implements encryption for secure file transfers.
  • User-Friendly Interface: Simple and intuitive user interface.

Requirements

  • Rust (version 1.50 or higher)
  • Cargo (Rust package manager)

About

The P2P File Sharing Application is a lightweight Rust program that allows users to share files directly with each other without a central server. It supports multiple file uploads, features a simple command-line interface, and uses the tokio library for efficient handling of tasks, ensuring fast and smooth file transfers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages