
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
4 lines
67 B
Python
4 lines
67 B
Python
# wrapper script to run stasher node
|
|
import stasher
|
|
stasher.main()
|