Equal Cost MultiPath (ECMP) implementation - INET4.2.1 #643
Replies: 6 comments 2 replies
-
Following on this thread! |
Beta Was this translation helpful? Give feedback.
-
Following too! |
Beta Was this translation helpful? Give feedback.
-
hello, can you please let me know if you got an answer? is there any multipath routing added to inet or omnet? |
Beta Was this translation helpful? Give feedback.
-
A Google search gave me this repo:
https://gitraap.i3a.info/jfclemente/ecmp. "ECMP INET 4.4"
…On Wed, Oct 9, 2024, 09:51 heychr ***@***.***> wrote:
hello, can you please let me know if you got an answer? is there any
multipath routing added to inet or omnet?
—
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOBOJVZIOWP3H4BNVRW5DZ2TOADAVCNFSM4WEZ5TK2U5DIOJSWCZC7NNSXTOSENFZWG5LTONUW63SDN5WW2ZLOOQ5TCMBYHA4TANJR>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
We recently added ECMP to opp_env's database, so if you are on Linux or macOS (or use WSL on Windows), you can install it along with with OMNeT++ with a single command:
Then you can go grab some coffee or tea and enjoy it while opp_env downloads the packages, unpacks them, and compiles the projects. Then change into the new
to get a shell prompt where you can work with the ECMP model. This installs from: https://github.com/inet-framework/inet-clos-ecmp/. The following commit contains all the contributions the ECMP model makes to INET-4.4.1: inet-framework@2f5644c You can grab opp_env from here: https://github.com/omnetpp/opp_env#opp_env-automated-installation-of-omnet-simulation-frameworks. |
Beta Was this translation helpful? Give feedback.
-
Hello M. Andras, thank you I will try this, currently I am trying to
implement a RL model for multi-path routing, can you please let me know how
the output of the agents (weights of the links) can be applied on the
simulation? What is the parameter that can be responsible to apply the
action received from the agents?
I would really appreciate your insights on this because I am using Omnet++
in my PhD,
thank you,
Christina
…On Wed, Oct 16, 2024 at 9:10 PM Andras Varga ***@***.***> wrote:
We recently added ECMP to opp_env's database, so if you are on Linux or
macOS (or use WSL on Windows), you can install it along with with OMNeT++
with a single command:
opp_env install -w ecmp-workspace --init ecmp_allinone
Then you can go grab some coffee or tea and enjoy it while opp_env
downloads the packages, unpacks them, and compiles the projects. Then
change into the new ecmp-workspace/ directory, and enter
opp_env shell
to get a shell prompt where you can work with the ECMP model.
This installs from: https://github.com/inet-framework/inet-clos-ecmp/.
The following commit contains all the contributions the ECMP model makes to
INET-4.4.1: ***@***.***
<inet-framework@2f5644c>
You can grab opp_env from here:
https://github.com/omnetpp/opp_env#opp_env-automated-installation-of-omnet-simulation-frameworks
.
—
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU3KI3NUMMHCXPHEDX7JMQDZ322ZZAVCNFSM4WEZ5TK2U5DIOJSWCZC7NNSXTOSENFZWG5LTONUW63SDN5WW2ZLOOQ5TCMBZGYZTKMZR>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all!
I am new to OMNeT++ and INET framework. I am looking to run some data center network simulations and was wondering if there exists any implementation of ECMP module for routing flows in a data center network setup?
Beta Was this translation helpful? Give feedback.
All reactions