Questions tagged [inet]

INET Framework for OMNeT++ to simulate network communications.

INET Framework is an open-source OMNeT++ model suite for simulating wired, wireless and mobile networks.

INET contains models for the Internet stack (TCP, UDP, IPv4, IPv6, OSPF, BGP, etc.), wired and wireless link layer protocols (Ethernet, PPP, IEEE 802.11, etc), support for mobility, MANET protocols, DiffServ, MPLS with LDP and RSVP-TE signalling, several application models, and many other protocols and components.

620 questions
-4
votes
1 answer

No means of detecting collision at the application layer? Hmm

Given the degree of uselessness one has come to expect from both tutorials https://inet.omnetpp.org/docs/tutorials/wireless/doc/step5.html and manual pages: https://doc.omnetpp.org/omnetpp/manual/#sec:ned-lang:warmup:network how can collision be…
Sebi
  • 4,262
  • 13
  • 60
  • 116
-4
votes
2 answers

Vector size not zero on initialization

I am using inet v3.4.0. I am trying to create a mobility model. But whenever I create a std::vector of any type, it is initialized with random size. When initialized it never have a zero size. Is that supposed to happen? because from C++ vector, I…
anas
  • 13
  • 1
  • 6
-4
votes
1 answer

Omnet++: C++ simple condition

What might be the reason that this condition is not true and else is executed IPassiveQueue *queueModule = nullptr; queueModule = nullptr; if (queueModule == nullptr) {...} else {...} [edit1] Based on the answer below I am adding here…
Mour_Ka
  • 270
  • 1
  • 15
-5
votes
1 answer

How to build a routing protocol in omnet++

I am new to omnet++ and i am learning the software. Can any one guide me how to build routing protocol using omnet++. And do i have to use inet or castalia for building the same.
1 2 3
41
42