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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to