primetype / poldercast

Other
32 stars 12 forks source link

Poldercast's P2P topology organization

This crate implements the Poldercast's Peer to Peer (P2P) topology construction. The idea is to allow the node to participate actively into building the decentralized topology of the p2p network.

This is done through gossiping. This is the process of sharing with others topology information: who is on the network, how to reach them and what are they interested about.

In the poldercast paper there are 3 different modules implementing 3 different strategies to select nodes to gossip to and to select the gossiping data:

Papers of reference

This crate is a concrete implementation of the Poldercast paper:

Customization

Now this crate allows room for different kind of management of the modules. It is possible to add the Poldercast default modules (the default). It is possible to setup a custom topology strategy utilizing part or all of the poldercast's modules or with new custom modules.

License

This project is licensed under either of the following licenses:

Please choose the licence you want to use.