Skip to content
  1. Mar 13, 2017
  2. Mar 03, 2017
  3. Mar 01, 2017
  4. Feb 23, 2017
  5. Feb 21, 2017
  6. Feb 16, 2017
  7. Feb 15, 2017
  8. Feb 14, 2017
  9. Feb 13, 2017
  10. Feb 11, 2017
  11. Feb 09, 2017
  12. Feb 08, 2017
  13. Feb 07, 2017
  14. Feb 03, 2017
  15. Feb 01, 2017
    • Clemens Krug's avatar
      Spot Positioning / Spot Assignment / Visualisation / Movement · cf246933
      Clemens Krug authored
      Movement:
      + Added a multi-type movement model which allows changes of the movement-type mid-simulation per host
      
      Spot Positioning:
      + (Car)Positions of the actors can now be recorded and written to a CSV File which can then be used for the placement of the spots
      
      Spot Assignment:
      +Actors don't get a DummyLocation as SpotAssignment anymore, now actual Spots are assigned
      +First assignment strategy: Shortest distance assignment
      
      Visualisation:
      + Visualisation Layer
      + OnClick now displays the destination, the assigned Spot and the searchThreshold.
      cf246933
  16. Jan 31, 2017
  17. Jan 30, 2017
  18. Jan 29, 2017
  19. Jan 28, 2017
  20. Jan 27, 2017
  21. Jan 16, 2017
  22. Jan 04, 2017
    • Clemens Krug's avatar
      Adjustments for the movement · 162b0813
      Clemens Krug authored
      + Added a new transition strategy for social movement where destinations must be manually assigned or the nodes won't move.
      + Made it possible to specify a visualisation class for the ModularMovement.
      + Added a visualisation class which allows it to use icons for the nodes.
      162b0813
  23. Dec 20, 2016
  24. Dec 13, 2016
    • 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
  25. Dec 08, 2016
  26. Dec 07, 2016
  27. Dec 06, 2016
  28. Dec 05, 2016
  29. Dec 01, 2016
    • 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
Loading