From 8c7fd0a0b2e1abc72d67a1bd3a838054b3938f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 23 Nov 2022 13:39:56 +0100 Subject: bencoding --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index db218ef..6f4cf70 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3