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:
3
apps/stasher/python/scripts/stasher.py
Normal file
3
apps/stasher/python/scripts/stasher.py
Normal file
@ -0,0 +1,3 @@
|
||||
# wrapper script to run stasher node
|
||||
import stasher
|
||||
stasher.main()
|
Reference in New Issue
Block a user