1. 20 Oct, 2016 1 commit
  2. 11 Oct, 2016 2 commits
  3. 10 Oct, 2016 1 commit
    • Björn Richerzhagen's avatar
      Visualization updates · 6bd92206
      Björn Richerzhagen authored
      - configurable refresh interval
      - configurable visibility of inactive nodeInfo nodes
      - fixes for optional simCtrl-panel (right)
      6bd92206
  4. 06 Oct, 2016 1 commit
  5. 04 Oct, 2016 2 commits
  6. 27 Sep, 2016 1 commit
  7. 22 Sep, 2016 2 commits
  8. 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
  9. 16 Sep, 2016 1 commit
  10. 13 Sep, 2016 2 commits
  11. 08 Sep, 2016 1 commit
  12. 25 Aug, 2016 2 commits
  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 2 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
    • 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
  20. 30 Jun, 2016 1 commit
  21. 28 Jun, 2016 1 commit
  22. 27 Jun, 2016 2 commits
  23. 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
  24. 16 Jun, 2016 1 commit
  25. 15 Jun, 2016 3 commits
  26. 14 Jun, 2016 2 commits
  27. 13 Jun, 2016 1 commit
  28. 09 Jun, 2016 1 commit
  29. 04 Jun, 2016 1 commit
    • Clemens Krug's avatar
      Add possibility of "dead" cells · 3dfacb41
      Clemens Krug authored
      + Cells can be killed/shutdown by using the setConnectivity method on a FiveGTopologyDatabase entry.
      + Add visualisation for "dead" cells
      + Cells can be killed and resurrected by clicking on them in the visualisation.
      3dfacb41