218
edits
Changes
→Class Diagram
The general architectural idea is to start the Flow with a TraceSource, allow the connection off multiple preprocessing modules (that are both a TraceObserver and a TraceSource) and end the chain in an TraceObserver (that can be a widget or an AnalysisSource).
<br>
[TraceSource] -> [(Active)TraceObserver, TraceSource] -> [(Passive/Active)TraceObserver]
Channel PreprocessingBase AnalysisSource -------------> [AnalysisObserver]
TraceManager TraceRecorder |
WaveFormWidget [AttackObserver]
|
Analysis Widgets (ResultsTable, CorrelationVsTrace, ...)