Skip to content

mhva/hypergrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypergrace

Hypergrace is a simple BitTorrent client. I wrote it in 2010 out of a sheer boredom and to try out new C++11 features (that were still experimental at the time). Expect some features to be broken or missing.

Screenshot

Dependencies

  • Qt 4.x or 5.x
  • CMake (build-time only)

Building

$ git clone https://github.com/mhva/hypergrace.git
$ mkdir hypergrace-build
$ cd hypergrace-build
$ cmake ../hypergrace
$ make

TODO

  • UDP and HTTPS tracker support.
  • uTP support.
  • Magnet links.
  • DHT support.
  • Improve GUI.

About

Codedump of my ancient BitTorrent client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages