Relative Content

Tag Archive for omnet++inet

Is it possible to remove existing submodule?

I need to modify existing submodule of switch, which located in application layer.
I tried to inherit this submodule, but there is error: handleRegisterProtocol(): protocol is already registered.
I need only idea how to realize it.
Thanks in advance!

How can I generate a MakeFile for an OMNeT++ simulation?

I am a new OMNeT++ user(6.0.3) running inet4.5
Please I am trying out the first part of the INET Tutorial for setting up two wireless hosts communicating with each other.
I am having an issue with the makefile generation
It keeps giving me this error
src/Makefile does not exist. Please use “make makefiles” to generate it
How do I generate the required makefiles because the makefile is already in the Project File tree
With the following code
all: checkmakefiles
cd src && $(MAKE)

gPTP with TAS: inet::GptpIngressTimeInd is absent

I’m trying to simulate a network with gPTP and Time-Aware-Shaper, where the gPTP Traffic is in a TAS Stream with pcp=7. When running this simulation, I get an error after the first GptpPdleayReq Packages transmission is complete:

How do i fix this bug in OMNET++

I wrote a time synchronization project based on OMNET’s Time Flood protocol, in which the topology is a very simple triangle, but when compiling it always shows that it can’t find the dependency library INET, and I’ve made a lot of attempts to do so, but to no avail! THE version of OMNET++is 6.0.2,INET4.5.2
enter image description here