P2P framework

Kim Hawtin khatwin at ratbaggames.com
Thu Oct 28 21:47:05 EDT 2004


Boria Feigin wrote:
> Hi All,
> 
> I am looking for a networking (p2p, if you like) framework with Python
> bindings. Requirements are very basic - a node should be able to:
>     o join/leave the network (perhaps with some auth. mechanism, but not
> essential at this stage)
>     o broadcast a message to other nodes
>     o communicate with another node on the network
> 
> Basically, something like Sun's JXTA (www.jxta.org) would be more than
> sufficient. They do have a Python bindings project (jxtapy.jxta.org) but
> that seems dead and I'd rather avoid using Jython for the time being.
> 
> All and any advice appreciated.
hi,

have a look at circle. might be appropriate.

cheers,

kim



More information about the Python-list mailing list