ANN: SharkyPy 0.2

Heiko Wundram heikowu at ceosg.de
Tue Feb 4 06:12:37 EST 2003


SharkyPy 0.2
------------

SharkyPy is a library for creating a distributed hash table using
Python. It uses the Kademlia-Protocol (http://kademlia.scs.cs.nyu.edu/)
over XMLRPC.

In constrast to alternatives like khashmir it does not need twisted or
any other library, and can even run without a persistence backend (as
long as the daemon is kept running). Persistence backends currently only
exist for MySQL.

SharkyPy has been coded to only run with Python 2.3 at the moment, as it
uses some new features such as enumerate, etc. But it should only be a
matter of time to make it backwards compatible.

- easily integrated into any program.
- uses a standard protocol which should also be able to run over a
HTTP-proxy (this is still being worked on).
- loosely based on the Kademlia Java reference implementation, taking
features like concurrent node queries into account.
- completely implemented without external dependencies.

URL: http://www.heim-d.de/~heikowu/SharkyPy
License: LGPL (the source doesn't state this yet)
Categories: Networking

Heiko Wundram (heikowu at ceosg.de or heikowu at heim-d.de)

PS: Still looking for co-developers... :)

--
Sprachenzentrum der Universität des Saarlandes
Gebäude 44 - 66123 Saarbrücken






More information about the Python-list mailing list