Go to file
tiptorrent development team fe463612ae limit server and client bandwidth in tests 2022-02-10 23:19:09 +01:00
src
tests
.gitignore
COPYING
Makefile.am
README
configure.ac
tiptorrent@.service

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