Architecture » History » Version 7
Greg Burri, 07/29/2009 10:21 AM
| 1 | 1 | Greg Burri | h1. Architecture |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Greg Burri | |
| 4 | 4 | Greg Burri | h2. Core |
| 5 | |||
| 6 | 3 | Greg Burri | !core_components.png! |
| 7 | 2 | Greg Burri | |
| 8 | 6 | Greg Burri | h3. [[FileManager]] |
| 9 | |||
| 10 | 7 | Greg Burri | * Kept up to date the list of shared files |
| 11 | 6 | Greg Burri | * Can make fast search with indexed words |
| 12 | 7 | Greg Burri | * Cuts file in chunks |
| 13 | 6 | Greg Burri | * Each chunk has a hash and can be read or write |
| 14 | * The directory structure can be browse |
||
| 15 | * Theses data (files/dirs/chunks/hashes) are persisted |
||
| 16 | |||
| 17 | 1 | Greg Burri | |
| 18 | h2. GUI |
||
| 19 | 5 | Greg Burri | |
| 20 | |||
| 21 | h2. Common |
||
| 22 | |||
| 23 | h3. [[LogManager]] |
||
| 24 | |||
| 25 | 7 | Greg Burri | * Logs some kind of severity messages |
| 26 | 5 | Greg Burri | * Can store the log in a file |
| 27 | * Used by Core and GUI |