From 2610239d62d744294e55d44e46937bd6dea87559 Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Tue, 17 Aug 2021 00:05:31 +0200 Subject: initial commit --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..91b9f2b --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +1) Compile: + + make + +2) Run (serving files in the local folder): + + ./tiptorrent + +3) Generate test file + + dd if=/dev/random of=TEST + ... ctrl-c whenever you like ... + md5sum TEST + +4) Test (on a different terminal) + + wget http://localhost:9999/TEST + + Now check that downloaded file is the same: + + md5sum TEST -- cgit v1.2.3-18-g5258