diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-13 06:32:40 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-13 06:32:40 +0000 |
commit | abbc59eb2a803f0e149b5ab845d54bfeba5986e4 (patch) | |
tree | 4b8708fa3ab2465f197bb32a8b9f9f606c4a5708 /net-p2p/py-kenosis/pkg-descr | |
parent | 3b1a6ef2c41ba706866b9a323cb9b09d1d9f250d (diff) |
Notes
Diffstat (limited to 'net-p2p/py-kenosis/pkg-descr')
-rw-r--r-- | net-p2p/py-kenosis/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/py-kenosis/pkg-descr b/net-p2p/py-kenosis/pkg-descr new file mode 100644 index 000000000000..6fbcc2e540ed --- /dev/null +++ b/net-p2p/py-kenosis/pkg-descr @@ -0,0 +1,12 @@ +[ excerpt from developer's web site ] + +Kenosis is a fully-distributed p2p RPC system built on top of +XMLRPC. Nodes are automatically connected to each other via a +Kademlia-style network (http://citeseer.ist.psu.edu/529075.html) and +can route RPC requests efficiently to any online node. Kenosis does +not rely on a central server - any Kenosis node can effectively join +the network ("bootstrap") from any connected node. + +WWW: http://kenosis.sourceforge.net/ + +-- lioux@FreeBSD.org |