A lightweight software for P2P file transfer
To start the current work for testing:
go run main.go
Lift is like a service and the service directory contains the files for the service package. The service structure is divided into:
- File system Manager - Takes care of indexing files and maintaing directory structure for the files.
- Host Manager - It is resposible for discovering other nodes and user authetication. Any network work not related to direct file management is done here
- L Service - This packages the managers into a single service
You may encounter Hazardous Coding Practices and BAD Documentation