Help Needed: Compatible Versions of OMNeT++, INET, and Simu5G #264
akiraaaaa226
started this conversation in
General
Replies: 2 comments 2 replies
-
|
opp_env has been designed expressly for this purpose: to facilitate installation of OMNeT++ models. After installing it, you can list the compatible version combinations with this command: And the following command will install Simu5G on your system without requiring any attention from you: Then you can use the Hope you use Linux, macOS, or at least WSL on Windows. The native Windows distro of OMNeT++ is not recommended for any serious work (compilation is incredibly slow there). |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I did the second option cause I need only simulation, the build process is
going smoothly.
However, when I try to run the simulation using Qtenv, I encounter this
issue
…On Wed, Apr 30, 2025, 13:07 Rudolf Hornig ***@***.***> wrote:
Either way is working. If you write something that is generic enough so
other people might be interested to use it or it would make sense as part
of simu5g in the future, then fork Simu5G and add your code somewhere under
the src folder.
On the other hand, if your work is about some specific simulation/paper
that is not generic enough, create a sperate project, make it dependent on
both Simu5G and INET and use that project for your code. (on long term this
is easier to maintain)
—
Reply to this email directly, view it on GitHub
<#264 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2HHQEMWOTVG5ZXKTEMNJED24C4GJAVCNFSM6AAAAAB2UVFNLGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJZGI2TMNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’ve been trying to find a combination of OMNeT++, INET, and Simu5G versions that work well together, but I keep running into compatibility issues. I've tested multiple version combinations, but none seem to fully work without errors or build problems.
Could you please let me know:
I’m working on Windows 10 and my goal is to implement a simulation involving 5G, 5G sidelink communication and D2D relay mechanisms, so I’d appreciate your advice to make sure I start with the right setup.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions