1. 13 Oct, 2016 1 commit
    • Björn Richerzhagen's avatar
      Merge branch 'nr/monitoring-clemens' into 'master' · 1c3059af
      Björn Richerzhagen authored
      Merge nr/monitoring clemens into master
      
      - added possibility to "destroy" cells in 5GTopologyDatabase and 5GVis using SHIFT + Left-Click - default FALSE
      - added default black circle for drawing of nodes
      - added differentiation for Mouse-Click, -Drag, -Release etc.
      - deleted timoutcollections as they seem to be unused and are in overlays with initial behavior of Leo Nobach and extended by Nils Richerzhagen and Clemens Krug. Will be merged next.
      
      See merge request !42
      1c3059af
  2. 06 Oct, 2016 2 commits
  3. 05 Oct, 2016 1 commit
  4. 04 Oct, 2016 2 commits
  5. 27 Sep, 2016 1 commit
  6. 22 Sep, 2016 3 commits
  7. 17 Sep, 2016 1 commit
    • Clemens Krug's avatar
      Fixed DRAS Geofencing · b084c6d5
      Clemens Krug authored
      ~ Aggregated view for geofence is now displayed again
      ~ When a NodeView is closed via the close button, the corresponding node in the main view is now deselected, too. This functionality was broken after the latest updates.
      b084c6d5
  8. 16 Sep, 2016 1 commit
  9. 13 Sep, 2016 3 commits
  10. 08 Sep, 2016 1 commit
  11. 25 Aug, 2016 2 commits
  12. 24 Aug, 2016 1 commit
    • Björn Richerzhagen's avatar
      Merge branch 'social-movement-bug' into 'master' · c1761134
      Björn Richerzhagen authored
      fixed nondeterministic behavior in SocialTransitionStrategy
      
      Fixes: The usage of Collections.shuffle() and non-ordered HashSets in social movement led to different movement patterns each time the simulation was executed.
      
      See merge request !36
      c1761134
  13. 15 Aug, 2016 1 commit
  14. 12 Jul, 2016 1 commit
  15. 05 Jul, 2016 2 commits
    • Clemens Krug's avatar
      Add some JavaDoc / code rearrangements · e38ed8ad
      Clemens Krug authored and Clemens Krug's avatar Clemens Krug committed
      e38ed8ad
    • Björn Richerzhagen's avatar
      Continued Visualization Refactoring · ab074f33
      Björn Richerzhagen authored
      - onClick events are now handled globally on the WORLD-panel
      (significant boost in performance of the visualization)
      - clicked (active) hosts are now more clearly visualized
      - removed default host visualization for the sake of full customization.
      However, we will provide a simple "showHosts" configuration option for
      basic underlay visualization stuff in a later version of the
      VisualizationTopologyView
      - removed outdated and no longer used Components
      ab074f33
  16. 04 Jul, 2016 1 commit
  17. 03 Jul, 2016 1 commit
    • Clemens Krug's avatar
      Add aggregated visualisation for multiple nodes (Geofence) · 00a63886
      Clemens Krug authored
      + Add possibility to draw rectangular areas in the visualisation. Data of all nodes inside this geofence will be combined visualized
      + Add another factor when calculating the hesitation time for the DRASMobileComponents to factor in the time the node already waited.
      00a63886
  18. 02 Jul, 2016 1 commit
  19. 01 Jul, 2016 4 commits
    • Clemens Krug's avatar
      Add Javadoc / Improvements · d29c85b2
      Clemens Krug authored
      + Add Javadoc to all DRAS related classes
      + Add close-icon to the close button at DRASLocalNodeViews
      ~ Fix issue, where nodes would still be displayed as clicked when they have been "unclicked" via closing the DRASLocalNodeView
      ~ Remove cloning of datasets before central uploading (now done in TimeoutPairedList::merge)
      d29c85b2
    • Nils Richerzhagen's avatar
      Merge branch 'master' into 'nr/monitoring-clemens' · 7f1a395b
      Nils Richerzhagen authored
      Updates due to MovementActuator API change
      
      - set target for movement currently only supported in the modularosm
      model, feel free to extend other models by overwriting the default
      implementation and create the corresponding merge requests.
      
      See merge request !34
      7f1a395b
    • Björn Richerzhagen's avatar
      Updates due to MovementActuator API change · 354b5d84
      Björn Richerzhagen authored
      - set target for movement currently only supported in the modularosm
      model, feel free to extend other models by overwriting the default
      implementation and create the corresponding merge requests.
      354b5d84
    • Nils Richerzhagen's avatar
      Merge branch 'master' into 'nr/monitoring-clemens' · a4f71157
      Nils Richerzhagen authored
      Merge Master into nr/monitoring-clemens
      
      
      
      See merge request !33
      a4f71157
  20. 30 Jun, 2016 1 commit
  21. 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
  22. 28 Jun, 2016 1 commit
  23. 27 Jun, 2016 2 commits
  24. 25 Jun, 2016 1 commit
    • Clemens Krug's avatar
      Add local analysing to DRAS / Improvements · 579e065e
      Clemens Krug authored
      + Add local analysing/knowledge (without visualisation currently)
      ~ Fixed some bugs in central analysing which were introduced when converting DRAS to a standalone service.
      + Add README explaining how DRAS works
      579e065e
  25. 16 Jun, 2016 2 commits
    • Clemens Krug's avatar
      Rearrange the Timeout Collections · 23dff8f5
      Clemens Krug authored
      ~ Integrate crater specific TimeoutMap into original TimeoutMap.
      ~ Fix usages of crater specific TimeoutMap in CRATER to use the original TimeoutMap.
      - Delete crater specific TimeoutMaps and corresponding interfaces from monitoring.crater and monitoring.clientserver
      - Delete TimeoutCollections-Package in Peerfact, as there are no usages and the package is a duplicate of the Overlay TimeoutCollections
      23dff8f5
    • Clemens Krug's avatar
      Change the disaster region analyzing to work with TimeoutPairedList instead of TimeoutMap · a0cb3492
      Clemens Krug authored
      + Add TimeoutPairedList
      ~ Change to usage of this list, because otherwise there could only be one noUMTSLocation per Node, which isn't realistic.
      a0cb3492
  26. 15 Jun, 2016 2 commits