diff --git a/README.md b/README.md index 6549519b..80d8665f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ Developers of either bitcoin or libtorrent are welcomed and will be granted immediate write-access to the repository (a small retribution for bastardizing their codebases). +Compiling +--------- + +See `INSTALL`. + Testing ------- diff --git a/TODO b/TODO index 5b79b76a..e730e042 100644 --- a/TODO +++ b/TODO @@ -39,6 +39,7 @@ merkle tree inside that block. This resource propagation cannot be sent right af registration for obvious reasons (no block yet, other nodes wouldn't accept the signed dht put). - Discuss and implement the acceptable level of spam per day (priorizing localization). +DONE (except for the discussion part...) - Implement the mention forwarding mechanism discussed in the paper so user don't need to do polling and can also be sure to receive all mentions. @@ -57,5 +58,11 @@ Key pair might have changed and currently we receive a lot of errors from other - save_file() must truncate file. -- +- Save lastk field to post so torrent-less navigation through posts is possible. + +- Implement dht-to-torrent gateway, the "swarm" resource (so poster may not need to be member +of his own torrent) + +- Estimate number of online followers by quering the "tracker" resource (implement a value within +this resource to report the number of torrent peers) diff --git a/twister-test.py b/twister-test.py index 3663b14c..377fc834 100755 --- a/twister-test.py +++ b/twister-test.py @@ -3,7 +3,7 @@ import os,sys,time ext_ip = os.environ['EXTIP'] -twister = "../twister-qt-build-desktop/twisterd" +twister = "./twisterd" cmd = sys.argv[1] n = int(sys.argv[2])