Closed ltoenning closed 1 year ago
:warning: This PR depends on #117 which must be merged first :warning:
This PR introduces separate ns-3 applications for
to avoid requiring a std::variant with many different types in a single CppsApplication.
std::variant
CppsApplication
Related to #105.
:warning: This PR depends on #117 which must be merged first :warning:
Proposed Changes
This PR introduces separate ns-3 applications for
to avoid requiring a
std::variant
with many different types in a singleCppsApplication
.Related to #105.
Definition of Done (optional)