Skip to content

outcast36/torrent-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

A rudimentary torrent client implementing the BEP_0003 specification: https://www.bittorrent.org/beps/bep_0003.html

This client does not have any modern optimizations like a distributed hash table for peer discovery or an adaptive queue size for pipelining requests. Currently, seeding files is unsupported and this application can only download files.

Usage:

A basic command line interface is provided: ./<exe name> [file path]

About

Torrent client implementing bep0003 (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages