diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-11-23 13:39:56 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-11-23 13:39:56 +0100 |
commit | 8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f (patch) | |
tree | d7c339f5da946a9e205321f9bbeb63c6e31169c8 /README.md | |
parent | fixes (diff) | |
download | travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar.gz travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar.bz2 travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar.lz travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar.xz travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.tar.zst travnik-8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1,15 +1,2 @@ -# travnik - NOT IMPLEMENTED YET, COME BACK LATER! - -... is a tool that connects to the bittorent dht network and waits for infohashes of torrents, fetches their metadata, stores it in a database and indexes them via a web-interface. It's meant to be a lighter and simpler alternative to [btdig.com's erlang crawler](https://btdig.com). - -travnik operates single-threadedly, including the BEP-5 (DHT), BEP-9 (metadata exchange) and HTTP client. - -travnik implements BEP-3 (bencoding), BEP-5 (DHT) and BEP-9 (metadata exchange) itself, other things (mysql client and http server) are handled by libraries. - -## requirements - -`build-essential`, `libmicrohttpd-dev`, `default-libmysqlclient-dev` - -## installation - -other users compile from source with `make`. +# external libraries +* https://github.com/kokke/tiny-AES-c |