Go to file
tiptorrent development team 1b890bd11b use off_t instead of size_t for file size
stat() st_size datatype is off_t which is for file size, use off_t
instead of size_t for correctness.
2021-09-29 15:48:00 +02:00
src use off_t instead of size_t for file size 2021-09-29 15:48:00 +02:00
tests fix typo in tests/network-setup.sh 2021-09-29 15:47:53 +02:00
.gitignore initial commit 2021-09-29 15:47:43 +02:00
Makefile.am initial commit 2021-09-29 15:47:43 +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

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