Logo
Explore Help
Sign In
I2P_Developers/i2p.itoopie
3
0
Fork 0
You've already forked i2p.itoopie
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
c621940b0fc58a9bf0ef5d938ab0a8eafacf3a1c
i2p.itoopie/apps/stasher/python/scripts/stasher.py

10 lines
206 B
Python
Raw Normal View History

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
2004-08-14 17:23:07 +00:00
# wrapper script to run stasher node
Pulled another n bugs
2004-08-15 13:49:27 +00:00
# set this to the directory where you've installed stasher
stasherDir = "/path/to/my/stasher/dir"
import sys
sys.path.append(stasherDir)
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
2004-08-14 17:23:07 +00:00
import stasher
stasher.main()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 9b295e9 Page: 55ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API