Actions
Architecture » History » Revision 7
« Previous |
Revision 7/32
(diff)
| Next »
Greg Burri, 07/29/2009 10:21 AM
Architecture¶
Core¶
FileManager¶
- Kept up to date the list of shared files
- Can make fast search with indexed words
- Cuts file in chunks
- Each chunk has a hash and can be read or write
- The directory structure can be browse
- Theses data (files/dirs/chunks/hashes) are persisted
GUI¶
Common¶
LogManager¶
- Logs some kind of severity messages
- Can store the log in a file
- Used by Core and GUI
Updated by Greg Burri over 15 years ago · 7 revisions