- 17 Sep, 2016 1 commit
-
-
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.
-
- 16 Sep, 2016 1 commit
-
-
Clemens Krug authored
This modification was introduced to avoid destroying cells when clicking a node
-
- 13 Sep, 2016 3 commits
-
-
Nils Richerzhagen authored
-
Nils Richerzhagen authored
master-maus-drag-listener-update Conflicts: src/de/tud/kom/p2psim/impl/topology/views/VisualizationTopologyView.java src/de/tud/kom/p2psim/impl/topology/views/visualization/world/TopologyComponentVis.java
-
Nils Richerzhagen authored
-
- 24 Aug, 2016 1 commit
-
-
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
-
- 15 Aug, 2016 1 commit
-
-
Tim Feuerbach authored
-
- 12 Jul, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 05 Jul, 2016 2 commits
-
-
-
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
-
- 04 Jul, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 03 Jul, 2016 1 commit
-
-
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.
-
- 02 Jul, 2016 1 commit
-
-
Clemens Krug authored
+ Maps are now displayed when using local analysing
-
- 01 Jul, 2016 4 commits
-
-
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)
-
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
-
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.
-
Nils Richerzhagen authored
Merge Master into nr/monitoring-clemens See merge request !33
-
- 30 Jun, 2016 1 commit
-
-
Clemens Krug authored
+ Add visualisation structure for local analysing + Add README explaining how DRAS works
-
- 29 Jun, 2016 1 commit
-
-
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
-
- 28 Jun, 2016 1 commit
-
-
Christoph Storm authored
removed previous 'fix' to AbstractTopology
-
- 27 Jun, 2016 2 commits
-
-
Christoph Storm authored
PositionVector
-
Christoph Storm authored
-
- 25 Jun, 2016 1 commit
-
-
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
-
- 16 Jun, 2016 2 commits
-
-
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
-
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.
-
- 15 Jun, 2016 4 commits
-
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
-
Björn Richerzhagen authored
- support for in-model placement of nodes
-
Clemens Krug authored
+ Make some options configurable via XML + Add OSM-Visualization for Social Movement
-
- 14 Jun, 2016 2 commits
-
-
Björn Richerzhagen authored
- deprecated MovementSupported - used LocationSensor and LocationActuator - decoupled nested listener structures used within the old models
-
Clemens Krug authored
+ Disaster Regions can now be analyzed and visualized in a centralized way. All data is uploaded to the cloud and passed on to the analyzer.
-
- 13 Jun, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 10 Jun, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 09 Jun, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 04 Jun, 2016 1 commit
-
-
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.
-
- 10 May, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 15 Apr, 2016 1 commit
-
-
Björn Richerzhagen authored
-
- 13 Apr, 2016 1 commit
-
-
Björn Richerzhagen authored
actually changed.
-
- 11 Apr, 2016 1 commit
-
-
Björn Richerzhagen authored
implemented by all netlayers updates MaxPeerCountChurnGenerator to support the interface (default behavior still triggers the network-layer functions)
-
- 29 Mar, 2016 1 commit
-
-
Björn Richerzhagen authored
-