Hekate, a highly-concurrent BitTorrent seeder
Hekate
Hekate is a BitTorrent seeder (informally, a “BitTorrent server”, or software
for your “seedbox”) designed to handle millions of simultaneous torrents and
tens of thousands of simultaneously connected peers.
Hekate is written in CPC, an experimental concurrent dialect of C. In order to
build Hekate, you will need to install the CPC compiler first.
http://www.pps.univ-paris-diderot.fr/~jch/software/hekate/
Checking out from repository
If you want to grab the latest development version:
git clone --recursive git://git.wifi.pps.univ-paris-diderot.fr/hekate
Note that you need the --recursive flag because of the dht submodule.
In case you forget it, you can check out (and update) submodules with:
git submodule update --init
There is also a github mirror:
git clone --recursive git://github.com/kerneis/hekate
Installation
To build Hekate, you need to install:
and run:
make
Known bugs and limitations
Do not hesitate to report other bugs to the hekate-users mailing list:
http://lists.sourceforge.net/lists/listinfo/hekate-users
Gabriel Kerneis [email protected]