View Single Post
  #1 (permalink)  
Old May 12th, 2013
sbanshi sbanshi is offline
Novicius
 
Join Date: March 14th, 2012
Posts: 4
sbanshi is a great assister to others; your light through the dark tunnel
Default Gossiping between nodes in PHEX(pushing information from one node to other)

Hi,
I am working on Reputation and Trust Management in P2P networks and using PHEX for the purpose.

For reputation aggregation, I need to use some gossiping algorithms. And for that I want to push some information(say a random text information) from one node to other and read this text information on the other node too. This information will contain reputation values for different nodes as per the pushing node that it will be communicating/pushing to another node(its neighbor) to let him update his own reputation values for different nodes.

Can please someone help me on how can one do this? Which classes should I work with in the source code?
May be I can use GGEP extensions to add this information and pass it on during ping/pongs messages. Suggest me if I am thinking on right lines or not.
Or please suggest an alternative way which may be good to do this.

Thank You.
Reply With Quote