Skip to content

JuanForge/KoriShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Table of Contents

💻 Installation

🪟 Windows

git clone https://github.com/JuanForge/KoriShare.git
cd KoriShare

update.bat stable

python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt

🐧 Linux

git clone https://github.com/JuanForge/KoriShare.git
cd KoriShare

chmod +x ./update.sh
./update.sh stable

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

📷 Assets

Screenshot

❓ FAQ

1. What is KoriShare?

KoriShare is a peer-to-peer (P2P) file‑transfer system. Files do not go through a central server—they are exchanged directly between machines.

2. Who helps the network and how does it work?

The network is powered by users who download files. When a user downloads, they receive chunks (small pieces of the file) and redistribute them to other nodes. This reduces the load on the sender, speeds up downloads through multi‑source sharing, and keeps the file available even if the sender disconnects

About

Send files directly between machines using P2P. No cloud, no limits.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors