Browse Source

some docs, todos

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
6046002341
  1. 5
      README.md
  2. 9
      TODO
  3. 2
      twister-test.py

5
README.md

@ -41,6 +41,11 @@ Developers of either bitcoin or libtorrent are welcomed and will be granted @@ -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
-------

9
TODO

@ -39,6 +39,7 @@ merkle tree inside that block. This resource propagation cannot be sent right af @@ -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 @@ -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)

2
twister-test.py

@ -3,7 +3,7 @@ @@ -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])

Loading…
Cancel
Save