Relocated from i2p/apps/sam/python

Stasher is a Kademlia-based distributed file store (aka 'DHT')
for I2P. Written in python, it can be accessed as:
 - low level python classes, or
 - via a client socket, with simple text-based protocol, or
 - via command-line client prog (called 'stasher', unsurprisingly)

Release status is pre-alpha

Developed by aum, August 2004
This commit is contained in:
aum
2004-08-14 17:23:07 +00:00
committed by zzz
parent f6d8d93a1b
commit 75febe4b75
7 changed files with 4356 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# wrapper script to run stasher node
import stasher
stasher.main()