some docs, todos

This commit is contained in:
Miguel Freitas 2013-10-26 13:10:04 -02:00
parent 2c6318caae
commit 6046002341
3 changed files with 14 additions and 2 deletions

View File

@ -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 immediate write-access to the repository (a small retribution for
bastardizing their codebases). bastardizing their codebases).
Compiling
---------
See `INSTALL`.
Testing Testing
------- -------

9
TODO
View File

@ -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). 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). - 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 - 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. 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_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)

View File

@ -3,7 +3,7 @@
import os,sys,time import os,sys,time
ext_ip = os.environ['EXTIP'] ext_ip = os.environ['EXTIP']
twister = "../twister-qt-build-desktop/twisterd" twister = "./twisterd"
cmd = sys.argv[1] cmd = sys.argv[1]
n = int(sys.argv[2]) n = int(sys.argv[2])