- Mar 13, 2017
-
-
Clemens Krug authored
-
Clemens Krug authored
-
- Mar 03, 2017
-
-
Björn Richerzhagen authored
-
- Mar 01, 2017
-
-
Clemens Krug authored
-
Clemens Krug authored
-
- Feb 23, 2017
-
-
Björn Richerzhagen authored
-
- Feb 21, 2017
-
-
Clemens Krug authored
~ Restructured some of the components + Debug Monitor to get information about the specific nodes.
-
- Feb 16, 2017
-
-
Clemens Krug authored
+ Added the possibility to switch the transition mid-simulation for the ModularMultiTypeMovement + Added a new transition strategy
-
- Feb 15, 2017
-
-
Björn Richerzhagen authored
-
- Feb 14, 2017
-
-
Björn Richerzhagen authored
-
- Feb 13, 2017
-
-
Clemens Krug authored
+ ModularMovementIconVis can now visualise nodes dependent on their states too + Implemented visualisation for "walking" state.
-
- Feb 11, 2017
-
-
Björn Richerzhagen authored
- graph hopper needs a temp-folder with a file lock. The new setting MOVEMENT_GRAPH_UNIQUE_FOLDERS can be used to force unique folders for the temporary data. Remember to purge the osm folder manually every now and then, as this will lead to large amounts of temp data in batched runs.
-
- Feb 09, 2017
-
-
Björn Richerzhagen authored
-
- Feb 08, 2017
-
-
Björn Richerzhagen authored
-
- Feb 07, 2017
-
-
Björn Richerzhagen authored
- e.g., use Delta_* to filter for all metrics with a name starting with "Delta_" - Added an ActiveComponent filter, that utilizes a LifecycleComponent's isActive() method to invalidate metrics for inactive hosts - added STD to measurementStatistics DAO
-
- Feb 03, 2017
-
-
Björn Richerzhagen authored
-
- Feb 01, 2017
-
-
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.
-
- Jan 31, 2017
-
-
Clemens Krug authored
# Conflicts: # src/de/tud/kom/p2psim/impl/topology/movement/modularosm/ModularMovementModel.java # src/de/tud/kom/p2psim/impl/topology/movement/modularosm/ModularMovementModelViz.java
-
Clemens Krug authored
+ Added a server + Basic communication protocol + Basic attraction point
-
- Jan 30, 2017
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- Jan 29, 2017
-
-
Björn Richerzhagen authored
-
- Jan 28, 2017
-
-
Björn Richerzhagen authored
-
- Jan 27, 2017
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- Jan 16, 2017
-
-
Björn Richerzhagen authored
- Attraction Points with weights and radii - Local movement with correct speed in scaled scenarios - New weighted transition strategy for local movement
-
- Jan 04, 2017
-
-
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.
-
- Dec 20, 2016
-
-
Björn Richerzhagen authored
-
- Dec 13, 2016
-
-
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)
-
- Dec 08, 2016
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- Dec 07, 2016
-
-
Björn Richerzhagen authored
-
- Dec 06, 2016
-
-
Nils Richerzhagen authored
Merge branch 'master' of git@dev.kom.e-technik.tu-darmstadt.de:simonstrator/simonstrator-peerfactsim.git
-
Nils Richerzhagen authored
fiveGTopologyView
-
- Dec 05, 2016
-
-
Björn Richerzhagen authored
-
- Dec 01, 2016
-
-
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
-