8000 GitHub - davidsan/one at wip/warnapp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.
/ one Public archive

Crowd crisis movement simulation for the Opportunistic Network Environment simulator (Java)

License

Notifications You must be signed in to change notification settings

davidsan/one

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowd crisis movement simulation for the ONE Build Status

A fork of the Opportunistic Network Environment simulator (the ONE) featuring crisis crowd movement.

Generated Javadoc can be found at : https://davidsan.github.io/one.

Repository can be found at : https://github.com/davidsan/one.

For more information on the ONE, visit http://www.netlab.tkk.fi/tutkimus/dtn/theone.

Implementations

Crowd movement

Crowd movement is implemented with the DangerMovement class and his sub-models (EvacuationCenterMovement, HomeMovement, RandomPathMapBasedMovement, ShortestPathMapBasedPoiMovement). DangerMessageGenerator is used to notify prewarned node.

Closed roads

Closed roads are implemented using AccidentGenerator which generate AccidentEvent. Those events make changes to the MapNode's instances by calling the close() method.

Changes

This fork is based on version 1.5.1 RC2 of the ONE.

New classes added

  • movement.DangerMovement
  • movement.EvacuationCenterMovement
  • movement.HomeMovement
  • movement.RandomPathMapBasedMovement
  • movement.ShortestPathMapBasedPoiMovement
  • movement.map.PointsOfInterestEvac
  • input.DangerMessageGenerator (not used)
  • input.AccidentEvent
  • input.AccidentGenerator

Existing classes edited

  • core.Coord : changes on distance methods
  • movement.map.MapNode : adding new property for closed map node
  • gui.playfield.NodeGraphic : for coloring the node according to the movement model
  • gui.playfield.MapGraphic : for coloring the road closed

Example of scenario

An example of scenario can be found in the danger_settings.txt file.

Authors

  • Virginie Collombon (virginie.collombon {at} gmail.com)
  • David San (davidsanfr {at} gmail.com)

About

Crowd crisis movement simulation for the Opportunistic Network Environment simulator (Java)

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0