Skip to content

optifat/rusty_torrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rusty_torrent

About

This is my implementation of torrent client. We don't encourage piracy, use for legal purposes only.

Usage

cargo run --release path_to_torrent_file.torrent

Further upgrades

Right now there are some problems and missing features (in order of need to fix or implement):

  • Proper testing (it can stuck in some places + didn't test file saving that good)
  • Code refactoring (it's just a mess RN)
  • Proper error handling
  • Performance issues (replaced multithreading with async)
  • Algorithms improvements

About

Torrent client implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages