Gossip Protocol in Python

alisha alisha alisha1551 at gmail.com
Tue Nov 15 14:06:45 EST 2011


Hi All,

I am new to Python. I have to implement a overlay network of around
500 nodes which are arranged as a random graph. To generate theoverlay
network I will be using networkx.

My query is, is there a way to implement Gossip protocol in my overlay
network using Python. Like one node initiated the Gossip of a message,
then in how many epoch time it reaches all the nodes in the network.

Thanks.

Regards,
Alisha



More information about the Python-list mailing list