Home » History » Version 17
Greg Burri, 11/26/2008 11:19 AM
1 | 1 | Greg Burri | h1. Home |
---|---|---|---|
2 | |||
3 | 3 | Greg Burri | * [[Study of bittorent protocol]] |
4 | 8 | Greg Burri | * [[Study of UPNP]] |
5 | 17 | Greg Burri | * [[Protocol]] |
6 | 3 | Greg Burri | |
7 | 1 | Greg Burri | h2. Description |
8 | |||
9 | 4 | Greg Burri | A bit brainstormed for the moment ;) |
10 | |||
11 | 9 | Greg Burri | * Designed for LAN usage (full trusted peers) |
12 | 1 | Greg Burri | * Efficient (very low cpu usage) |
13 | * Distributed download (multi peer downloading and no central server) |
||
14 | 16 | Greg Burri | ** Quicker seed first. The speed of a peer is an average over a period of time say 5 min. A speed of a peer can be unknown. If a downloading is too slow (like three time slower than the best known peer) then it can switch from a quicker free seed. |
15 | ** Rarest parts first. |
||
16 | ** A part can be resumed from any peer. |
||
17 | ** Fixed part size (2^24 B = 16 MB) hashed with SHA-1. Used to control the integrity of parts and to identify a file. A file is identified by the concatenation of all the SHA1 of all its parts. If the SHA-1 of a part does not match with the given SHA-1 then it will be re-downloaded entirely. |
||
18 | 9 | Greg Burri | ** Recursive folder downloading |
19 | 1 | Greg Burri | * There is a general chat |
20 | 8 | Greg Burri | * Multicast UDP for services discovering (maybe UPNP) |
21 | 6 | Greg Burri | * MDI GUI with GTK2HS |
22 | 7 | Greg Burri | ** A panel to view the current peers |
23 | 6 | Greg Burri | ** A window to view the current downloads (leechage) and one for the current uploads (seedage) |
24 | ** A window for the chat |
||
25 | 11 | Greg Burri | ** A window for searching |
26 | 6 | Greg Burri | ** Some windows for each file browsing |
27 | 10 | Greg Burri | ** A modal window for the settings |
28 | 1 | Greg Burri | *** The shared folders |
29 | 10 | Greg Burri | *** The incoming folder |
30 | 12 | Greg Burri | *** Bandwidth limitation |
31 | 1 | Greg Burri | * File list with name+size |
32 | 10 | Greg Burri | * Non blocking search |
33 | * Using of systray (optional) |
||
34 | * Free space management |
||
35 | * Graphic of the transfert rate over time |