inet icon indicating copy to clipboard operation
inet copied to clipboard

INET Framework for the OMNeT++ discrete event simulator

Results 170 inet issues
Sort by recently updated
recently updated
newest added

It seems like the GSPR protocol is not installed correctly. ![GPSRerror](https://github.com/inet-framework/inet/assets/17454951/702dd7b1-138c-4ab1-a259-c00e08336288) With the sending node being U2, the destination node being U10. At node U3, the packet should be forwarded...

When a packet is sent to the limited broadcast address, the packet is also sent out on the loopback interface. Unfortunately, the bridging layer is not transparent for interface registrations,...

Bug

**Details:** I am implementing Orthogonal Frequency Division Multiple Access (OFDMA) in INET and facing challenges configuring dynamic carrier frequency and bandwidth for each transmitted message. In the INET physical layer,...

Feature

Including [LEACH](https://ieeexplore.ieee.org/abstract/document/926982) would be a good addition to the current protocol selection considering it is one of the more widely used seminal clustering protocols.

I am trying to understand the different opModes of Ieee80211 in Ieee80211ModeSet.cc. I have the following setup in my .ini file **.opMode = "n(mixed-2.4Ghz)" **.bandName = "5 GHz (40 MHz)"...

Bug

I first build the release version of INET with `make MODE=release`, then I build the debug version with `make MODE=debug`. Afterwards the release version must be rebuilt, i.e. if I...

Bug

Hello everybody, my goal is to combine Time Aware Shaping with Frame Preemption. Scheduled Traffic here has higher priority than AVB Traffic. The expected behaviour should look like it is...

Feature

why not using gptp->setCorrectionField(correctionField + peerDelay + sentTimeSyncSync - receivedTimeSync) but gptp->setCorrectionField(CLOCKTIME_ZERO) in 802.1as(Gptp.cc)

Bug

Hello, I think the QueueingPacketDelayer seems to be broken in multiple ways. #### Initial Situation I'm using the _TimeAwareShaper_ showcase and want to use the QueueingPacketDelayer as the `delayer` in...

Bug

I'm not sure if this is poor consideration or something else. I configure static routing for a node of my aodv network. But by checking the log table and source...

Feature