Go to file
tiptorrent development team 6a81079dc1 Revert "prioritize direct download for non existing redirections"
This reverts commit 4b97101f747e114253467ce4568cbced18f4c2d1.

This patch is broken, cli->path refers to the absolute file, not
the chunks, and it should check for this->state, not cli->state.
2021-09-29 15:49:19 +02:00
src Revert "prioritize direct download for non existing redirections" 2021-09-29 15:49:19 +02:00
tests extend tests 2021-09-29 15:48:30 +02:00
.gitignore initial commit 2021-09-29 15:47:43 +02:00
Makefile.am no need for root to run tiptorrent 2021-09-29 15:49:07 +02:00
README initial commit 2021-09-29 15:47:43 +02:00
configure.ac initial commit 2021-09-29 15:47:43 +02:00
tiptorrent@.service systemd: add service template 2021-09-29 15:49:09 +02:00

README

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