-
- Downloads
First alpha release of stasher, a python-based Kademlia DHT implementation
specifically created for I2P. New Files: - aum.stasher - a single noderef - stasher - wrapper script for starting/stopping/using stasher - stasher.py - similar wrapper script for 'doze users - src/bencode.py - requisite module - src/i2p/stasher.py - the stasher application classes - python module Modified Files: - setup.py - added code to install stasher wrapper - src/i2p/__init__.py - added stasher to '__all__', allowing import
Showing
- apps/sam/python/aum.stasher 1 addition, 0 deletionsapps/sam/python/aum.stasher
- apps/sam/python/setup.py 9 additions, 2 deletionsapps/sam/python/setup.py
- apps/sam/python/src/bencode.py 254 additions, 0 deletionsapps/sam/python/src/bencode.py
- apps/sam/python/src/i2p/__init__.py 1 addition, 0 deletionsapps/sam/python/src/i2p/__init__.py
- apps/sam/python/src/i2p/stasher.py 3977 additions, 0 deletionsapps/sam/python/src/i2p/stasher.py
- apps/sam/python/stasher 4 additions, 0 deletionsapps/sam/python/stasher
- apps/sam/python/stasher.py 3 additions, 0 deletionsapps/sam/python/stasher.py
apps/sam/python/aum.stasher
0 → 100644
apps/sam/python/src/bencode.py
0 → 100644
apps/sam/python/src/i2p/stasher.py
0 → 100644
This diff is collapsed.
apps/sam/python/stasher
0 → 100644
apps/sam/python/stasher.py
0 → 100644
Please register or sign in to comment