Skip to content
Snippets Groups Projects
Forked from DistributedSystems4Students / FUCoin
Up to date with the upstream repository.
Luca Keidel's avatar
lkeidel authored
Overlay topology

This merge requests adds the presented overlay topology creation.
This way, one does not have to modify the Distributed Commit to obtain a overlay network that is used by the implemented algorithms, which should not work on a fully connected network.
The topologies are defined via Gephi.

See merge request !6
42f5988a
History

Freie Universität Berlin cryptocurrency (fucoin)

How to run?

We assume that the project is based in <project-folder> and maven is as command line tool installed.

$> cd <project-folder>
$> mvn compile
$> mvn exec:java

Dependencies

  • Java 8
  • Maven
  • Akka Actor