Changes between Version 7 and Version 8 of NewExperimentAPI


Ignore:
Timestamp:
Aug 13, 2013 2:21:46 PM (11 years ago)
Author:
Alefiya Hussain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewExperimentAPI

    v7 v8  
    109109experiment planes.
    110110
     111{{{#!comment
     112Each experiment element has incoming and outgoing connections:
     113Based on the type of element, it will have one or more
     114communicate, sense and actuate functions.
     115
     116Incoming:
     117From experiment plane: the experiment  traffic (router/server)
     118From control plane: the control management traffic (event signals, actuation signals)
     119From data plane: data management traffic
     120(collection traffic into a collector, data streams into a aggregator)
     121
     122
     123Outgoing:
     124To experiment plane: the experiment traffic (router/traffic generator)
     125To control plane: return triggers from nodes, actuation signals from evaluators
     126To data plane: sensing data from sensor, aggregation from aggregator
     127
     128
     129
     130}}}
    111131
    112132== Workflow ==