1. 04 Jul, 2016 1 commit
  2. 01 Jul, 2016 1 commit
  3. 29 Jun, 2016 1 commit
    • Björn Richerzhagen's avatar
      Merge branch 'topologyFix' into 'master' · 40749b3c
      Björn Richerzhagen authored
      Topology fix
      
      Fixes bugs in DefaultTopologyComponent **recalculateLocalView()**:
      It now returns a copy of the current position.
      Also fixed a bug where it tries to generate edges to nodes not in the graph.
      
      See merge request !32
      40749b3c
  4. 28 Jun, 2016 1 commit
  5. 27 Jun, 2016 2 commits
  6. 15 Jun, 2016 3 commits
  7. 14 Jun, 2016 1 commit
  8. 13 Jun, 2016 1 commit
  9. 10 Jun, 2016 1 commit
  10. 09 Jun, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 15 Apr, 2016 1 commit
  13. 13 Apr, 2016 1 commit
  14. 11 Apr, 2016 1 commit
  15. 29 Mar, 2016 1 commit
  16. 24 Mar, 2016 1 commit
  17. 15 Mar, 2016 3 commits
  18. 14 Mar, 2016 2 commits
  19. 22 Feb, 2016 2 commits
  20. 17 Feb, 2016 1 commit
  21. 28 Jan, 2016 2 commits
  22. 20 Jan, 2016 1 commit
  23. 19 Jan, 2016 1 commit
  24. 05 Jan, 2016 1 commit
  25. 16 Dec, 2015 1 commit
  26. 11 Dec, 2015 3 commits
  27. 09 Dec, 2015 1 commit
  28. 04 Dec, 2015 2 commits
  29. 30 Nov, 2015 1 commit
    • Björn Richerzhagen's avatar
      Merge branch 'nr/master-debug' into 'master' · 71a42791
      Björn Richerzhagen authored
      Merge nr/master-debug into master
      
      Added MaxPeerCountChurnGenerator. A churn model what follows a predefined "trace" that states how many nodes should be in the network. Nodes may be used for multiple times, thus overlays have to ensure to handle such events. The csv file must highlight the time when a churn should start, the length of the churn (used to calculate the inter arrival rate of nodes), and the number of nodes that is to be achieved. 
      
      See merge request !26
      71a42791