iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Use separate ns-3 applications for different OptiMaFlow agents/assets #119

Closed ltoenning closed 1 year ago

ltoenning commented 1 year ago

: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 single CppsApplication.

Related to #105.

Definition of Done (optional)