heliaxdev / typhon-benchmark

Benchmarking Typhon
Apache License 2.0
0 stars 0 forks source link

Design the architecture of the tool based on available tool and the set of requirements #1

Open nzarin opened 2 years ago

nzarin commented 2 years ago

Task overview

We want to have an architecture that is in line with modular design patterns. Ideally, it should be possible to match layers from some protocols with layers from other protocol to generate ideas, perform some tests and uncover problems/limitations.

Sub-tasks

Definition of Done

nzarin commented 2 years ago

Created a design based on object oriented programming primitives. After discussing with others, it seems like it's not suitable for Rust programming. Therefore, need a little bit more time to learn more about Rust in order to propose modifications to the current state of the tool.