Skip to content

ilyes-ced/torrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torrent client with rust

inspired by tutorial

notes

  • copying the contents of a .torrent file doesn't work (idk why)
  • copying the entire file then changing it's name is ok

features

  • bencode encoder
  • bencode decoder

TODO

  • bencode decoder
  • bencode encoder
  • get peers with tracker
    • request udp connection
    • recieve peers
  • download
    • tcp connection
    • grouping
    • handshakes
    • pieces
    • handling messages
    • managing connections and pieces

to fix

  • the doubling of the timeout duration doesn't effect the actual timeout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages