Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Distribution
# distribution
A Distributed System for Sharing files similar to Bittorent with some added functionalities.
## Basic Features:
## basic Features:
1. A user account to which each user can log into and create his profile and can share content with others.
2. A dashboard for the user showing the files he has downloaded or shared, the number of people who have downloaded the files he/she has shared.
3. While sharing a file the user should be able to define what kind of fileit is.
Expand All @@ -11,7 +11,7 @@ A Distributed System for Sharing files similar to Bittorent with some added func
8. Create an interface where the user can search for different kinds of files
9. Create a user interface where users can search a file using the file title/name.

## Advanced Features:
## advanced Features:
1. File shared by the user can have multiple tags like a movie shared by a user can have tags like action, fantasy etc., a book shared by a user can have tags like ML, coursebook etc.
2. Create a search utility where the user can view files and search files using various other parameters like file type Document, Video, Song,Movie etc.), tags etc.
3. For a file (or a part of a file) which is stored on multiple nodes, downloads for that file should occur parallelly from all those nodes which are online and which have a part of that file.
Expand All @@ -21,7 +21,7 @@ A Distributed System for Sharing files similar to Bittorent with some added func
7. A user who has still not downloaded the whole file (but has some part of it ) can have other users downloading that part of the file from his node.

<a name="contributor"></a>
## Contributors:
## contributors:

* [Suraj Goel](http://www.github.com/suraj-goel)
* [Anuj Modi](http://www.github.com/descifrado)
Expand Down