Skip to content

shanmbic/p2pshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2pshare

A peer to peer file sharing network. Useful for sharing files among users connected on a network. Run the peer by the following command on peer.

Installation

You can install p2pshare in following 2 ways:

  • From PyPi - pip install p2pshare
  • Download the tar ball , extract it and run setup.py

Usage

p2pshare ip port

#ip = IP address to run the peer on. #port = Port to run the peer on

Example:

p2pshare '127.0.0.1' '8214'

License

Read LICENSE.txt

Authors

Shantanu Srivastava shantanu1002@gmail.com

About

Peer to Peer file share Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages