Skip to content

A simple python script to p2p file share thorugh websocket

Notifications You must be signed in to change notification settings

WitchOfFrost/PythonWSDownloaderClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonWSDownloaderClient

The client to use the Websocket filesharing.

How to use

If you want to share files:

You have to forward port 8765. A forwardless method (NAT hole punching) will be implemented as alternative eventually.

pip install -r requirements.txt
python src/main.py

If you want to download files:

pip install -r requirements.txt
python src/main.py

How does it work?

Here is a kinda stupid graphic that probably leaves more questions than it answers:

Graphic (kinda)

About

A simple python script to p2p file share thorugh websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages