Trees | Indices | Help |
|
---|
|
External-controllable simulation and a controller to couple multiple MoSP simulations.
Author: B. Henne, P. Tute
Contact: henne@dcsec.uni-hannover.de
Copyright: (c) 2010-2012, DCSec, Leibniz Universitaet Hannover, Germany
License: GPLv3
|
|||
Controller Controller to connect and coordinate simulations. |
|||
Ticker Ticker class to stop the simulation from doing more than one tick at a time. |
|||
SimulationControlled The MoSP Simulation, extended for use with an external controller. |
|
|||
|
|
|||
HANDLERS = {}
|
|||
QUIT =
Signal for simulations to end |
|||
GET_MODE =
Signal to initialize getting data from simulations |
|||
PUT_MODE =
Signal to intitialize putting data to simulations |
|||
STEP =
Signal to let simulations do a number of steps |
|||
IDENT =
Signal to let simulations identify themselves |
|||
REGISTER =
Signal to register simulations at another simulation |
|||
STEP_DONE_GOT_DATA =
Signal used by simulation to signal all demanded steps are done and data should be send |
|||
STEP_DONE =
Signal used by simulation to signal all demanded steps are done |
|||
SIM_ENDED =
Signal used by simulations to signal that they have ended (prematurely) |
|||
ACK =
ACK for messages |
|||
FIELD_SEP =
Seperates fields within one message |
|||
MSG_SEP =
Seperates messages within one message-blob |
|||
MSG_END =
Signals end of message-blob |
|||
SIM_TIMEOUT = 120 Timeout, after which simulations are considered dead when waiting for STEP_DONE |
|||
TICK_DELAY = 0.01 Delay between each tick. |
|||
__package__ =
|
|
TICK_DELAYDelay between each tick. Mainly used to avoid too fast sending of messages when using a monitor.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 6 13:59:47 2014 | http://epydoc.sourceforge.net |