1. 17 Jan, 2017 2 commits
  2. 13 Jan, 2017 1 commit
  3. 12 Jan, 2017 4 commits
  4. 11 Jan, 2017 1 commit
  5. 05 Jan, 2017 2 commits
  6. 03 Jan, 2017 4 commits
  7. 20 Dec, 2016 1 commit
  8. 15 Dec, 2016 2 commits
  9. 14 Dec, 2016 8 commits
  10. 13 Dec, 2016 1 commit
    • Björn Richerzhagen's avatar
      Visualization: Mobility Model · 21216cd4
      Björn Richerzhagen authored
      - add default visualization for nodes, can be disabled via
      TopologyViewVis
      - updated node and attraction point visualization within the modular
      movement model (provides custom menu)
      21216cd4
  11. 08 Dec, 2016 5 commits
  12. 07 Dec, 2016 1 commit
  13. 06 Dec, 2016 3 commits
  14. 05 Dec, 2016 3 commits
  15. 04 Dec, 2016 1 commit
  16. 01 Dec, 2016 1 commit
    • Björn Richerzhagen's avatar
      Merge branch 'DefaultTopologyComponent-SisFix' into 'master' · 8b84112a
      Björn Richerzhagen authored
      Clone currentView -graph in DefaultTopologyComponent. getLocalView, so each requester receives a different object
      
      Prevents several Requesters from receiving the very same Graph object.
      
      When several instances request a `SiSTypes.NEIGHBORS_WIFI` object or otherwise access `DefautlTopologyComponent.getLocalView()` at the same time, i.e., before any changes to the underlay occur, they would receive the same snapshot object.
      
      Changes to this object, like `getLocalView(nodeID, hopcount)`, `addElement` or `removeElement` would alter the graph at every receiver.
      
      See merge request !1
      8b84112a