freebsd-ports/net-p2p/py-kenosis/pkg-descr
Mario Sergio Fujikawa Ferreira abbc59eb2a o New port py-kenosis version 0.92: A fully-distributed p2p RPC
system built on top of XMLRPC
o This version of kenosis works only with python 2.3 due to changes
  on Queue.py API. Therefore, to make it compatible with pythong
  2.4, a copy of Queue.py from python 2.3 is bundled with this port
  for the time being

Reviewed by:	Eric Ries <eric.ries@aya.yale.edu> (kenosis developer)
2005-01-13 06:32:40 +00:00

12 lines
480 B
Text

[ 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