summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2021-08-17 00:05:31 +0200
committertiptorrent development team <tiptorrent@soleta.eu>2021-09-29 15:47:43 +0200
commit2610239d62d744294e55d44e46937bd6dea87559 (patch)
treea14c9da8d4156e31cd311b036287e7aa9c90a40f /README
initial commit
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
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