The idea is to create a network of nodes which transmit data in a defined topology. This project works on transmission of a rumor to nodes in a network and the transmission stops when a predetermined number of transmissions is reached. Gossip protocol and push sum protocol are implemented
If available in Hex, the package can be installed
by adding project3 to your list of dependencies in mix.exs:
def deps do
[
{:project3, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/project3.