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