Skip to main content

Questions tagged [inet]

INET Framework for OMNeT++ to simulate network communications.

0 votes
0 answers
12 views

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 ...
Ruslan's user avatar
  • 1
0 votes
0 answers
22 views

How do I set up the 3d visualizer correctly so that it shows a signal in the form of a sphere?

INET has a standard example of two hosts working (/inet/examples/wireless/obstacle). Looking at the information on the Internet, I came across this article This clearly shows that 3d signal ...
cripprogrammer's user avatar
0 votes
1 answer
22 views

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 ...
KOBBY ASARE OBENG PEE223003's user avatar
-1 votes
0 answers
19 views

equal cost multiple path route in OSPF OMNET++

This is my network, and assuming all cost for ospf in the links are 1, there are two path from 1-4 obviously. I tried in the real network and the result shows that the network tries to get advantage ...
Maede's user avatar
  • 180
0 votes
0 answers
30 views

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 ...
hobyte's user avatar
  • 606
0 votes
1 answer
20 views

OMNet++ 6.03 INET 4.5 how to run INET showcases?

I installed OMNet++ 6.03 and INET 4.5 on Windows 11. While I can simulate INET examples without any issues, I'm having trouble running the showcases. When I double-click on the omnetpp.ini file, it ...
Antoni K's user avatar
-1 votes
1 answer
38 views

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 ...
duo chen's user avatar
0 votes
0 answers
17 views

Problems of the AodvRouter due of violation of the communication range and not to establish links with closer nodes being in the communication range

In the following NED file: import inet.networklayer.configurator.ipv4.Ipv4NetworkConfigurator; import inet.node.aodv.AodvRouter; import inet.physicallayer.wireless.unitdisk.UnitDiskRadioMedium; import ...
Maryam's user avatar
  • 83
0 votes
0 answers
20 views

how to simulate syn flood sing INET

I am trying to simulate a SYN flood attack, but I am not sure how to achieve this. I have attempted to use TcpSessionApp and TcpSinkApp, but the targeted host is sending back SYN-ACK responses, which ...
Sa3ida Tmd's user avatar
0 votes
1 answer
54 views

How to compare IP address (whose column datatype is ARRAY of String) for a particular range in PostgreSQL

In PostgreSQL, I have a column named as 'IP' whose Datatype is Array. I want to filter the records where IP are between the particular range. I tried below queries but throwing error in postgresql. ...
Hemavathy A's user avatar
0 votes
1 answer
60 views

inet_ntoa() returns IP in the wrong order

I'm trying to solve a bug in which I try to print the IP adress of my machine. The machine is using a RedHat OS. The goal is to obtain the host id using gethostid(), and then use the function ...
Monsterhmc's user avatar
0 votes
1 answer
40 views

how to send udp packet to specified host in omnet ++ with inet

my problem is host A is broadcast the udp packet to all hosts within the network , what i need is just to send it to the specified destination address host B. i used udpbasic app and udp sink. please ...
Sa3ida Tmd's user avatar
1 vote
1 answer
70 views

Omnet++ Simple Wireless Host (antenna.mobilityModule error)

I am new to OMNET++ and I have the following problem: I am trying to create a network with 3 nodes that communicate wirelessly. My project contains these files -> Network.ned, CustNetworkNode.ned, ...
bakojohn's user avatar
0 votes
1 answer
23 views

Some problems about inet and osg when using omnet++

I'm trying to simulate nesting network at omnet++. After i import the nesting project and inet into the omnet++, i build the project and i encounter some problems like below: /usr/bin/ld: ../../inet/...
Zeh's user avatar
  • 1
0 votes
0 answers
24 views

how do I resolve the check and cast error on omnetpp

When I run the leach project I downloaded from github, I get check_and_cast errorenter image description here.Can someone help me see what went wrong,Thank you! leach.cc ICcEnergyStorage *...
user24797493's user avatar

15 30 50 per page
1
2 3 4 5
43