The project lets you share files over network(currently local area only)
First things first. Make a local clone of this repo so you can work on it from your own computer.
git clone https://github.com/FOSS-Cell-GECPKD/P2P-file-transfer.git
- open terminal at the repo
python peer.py
- The first person need to create a network and the second one needs to connect to it
- You can send multiple files by selecting them one by one
Thanks for checking out our contribution guide. We greatly appreciate any work contributed, no matter how small!
When you are ready to start work on an issue:
- Let us know by leaving a comment on the issue. (Also let us know later if you are no longer working on it.)
- Once you are assigned the issue (or once you have claimed the issue) only then proceed to make the Pull Request. This will help avoid multiple PRs pertaining to the same issue.
If you don't see your idea listed, do one of the following:
- If your contribution is minor, such as a typo fix, open a pull request.
- If your contribution is major, such as a new feature/enhancement, start by opening an issue first. This way, other people can be also involved in the discussion before you do any work.
Discussions about P2P-file-transfer take place on our Gitter Chat. Anyone is welcome to join the conversation.
This project is licensed under the MIT License.
This project was a part of FOSS OpenHack '20: https://openhack.gitbook.io/openhack-20/.