Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • dev-group3-qdigest
  • dev-group2-all-aggregations
  • dev-group2-graphs
  • dev-group2-limit-neighbors
  • dev-group1-stefan
  • dev-group3-kim
  • dev-group1-simon
8 results

FUCoin

  • Clone with SSH
  • Clone with HTTPS
  • 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