-
- Downloads
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
Showing
- apps/stasher/python/README.txt 68 additions, 0 deletionsapps/stasher/python/README.txt
- apps/stasher/python/noderefs/aum.stasher 1 addition, 0 deletionsapps/stasher/python/noderefs/aum.stasher
- apps/stasher/python/scripts/stasher 4 additions, 0 deletionsapps/stasher/python/scripts/stasher
- apps/stasher/python/scripts/stasher.py 3 additions, 0 deletionsapps/stasher/python/scripts/stasher.py
- apps/stasher/python/setup.py 46 additions, 0 deletionsapps/stasher/python/setup.py
- apps/stasher/python/src/bencode.py 254 additions, 0 deletionsapps/stasher/python/src/bencode.py
- apps/stasher/python/src/stasher.py 3980 additions, 0 deletionsapps/stasher/python/src/stasher.py
apps/stasher/python/README.txt
0 → 100644
apps/stasher/python/noderefs/aum.stasher
0 → 100644
apps/stasher/python/scripts/stasher
0 → 100644
apps/stasher/python/scripts/stasher.py
0 → 100644
apps/stasher/python/setup.py
0 → 100644
apps/stasher/python/src/bencode.py
0 → 100644
apps/stasher/python/src/stasher.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment