- 27 Jun, 2017 1 commit
-
-
Tobias Meuser authored
-
- 21 Jun, 2017 1 commit
-
-
Tobias Meuser authored
-
- 19 Jun, 2017 4 commits
-
-
Tobias Meuser authored
-
Tobias Meuser authored
-
Tobias Meuser authored
- Road network extraction - Vehicle rerouting
-
Tobias Meuser authored
-
- 31 May, 2017 1 commit
-
-
Tobias Meuser authored
-
- 24 May, 2017 2 commits
-
-
Tobias Meuser authored
-
Tobias Meuser authored
- Introduced function for getting the bounardies of a scenario in the SimulationSetupExtractor. - Currently only a dummy implementation in the xml-based extractor, correct implementation in the TraCI based one
-
- 23 May, 2017 3 commits
-
-
Tobias Meuser authored
-
Tobias Meuser authored
-
Tobias Meuser authored
-
- 20 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 15 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 14 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 11 Feb, 2017 1 commit
-
-
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.
-
- 09 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 08 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 07 Feb, 2017 1 commit
-
-
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
-
- 03 Feb, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 30 Jan, 2017 3 commits
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- 29 Jan, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 28 Jan, 2017 1 commit
-
-
Björn Richerzhagen authored
-
- 27 Jan, 2017 2 commits
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- 16 Jan, 2017 1 commit
-
-
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
-
- 20 Dec, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 13 Dec, 2016 1 commit
-
-
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)
-
- 08 Dec, 2016 5 commits
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
- 07 Dec, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 06 Dec, 2016 2 commits
-
-
Nils Richerzhagen authored
Merge branch 'master' of git@dev.kom.e-technik.tu-darmstadt.de:simonstrator/simonstrator-peerfactsim.git
-
Nils Richerzhagen authored
fiveGTopologyView
-
- 05 Dec, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 01 Dec, 2016 1 commit
-
-
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
-