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

Please provide Ethernet (L2 layer only) traffic generation, which can be used within TSN nodes. We intend to simulate Automotive TSN use cases as closely as possible to the real-world...

Feature

Hello dears :slightly_smiling_face: **Problem** The StreamDecoder Module currently can decode an incoming stream by means of: - VlanID - pcpID - Interface - SrcMac - DestMac According to 802.1CB, further...

Feature

When configuring an interface with [Ipv4NetworkConfigurator](https://doc.omnetpp.org/inet/api-current/neddoc/inet.networklayer.configurator.ipv4.Ipv4NetworkConfigurator.html), there is a config option (`add-subnet-route="false"`) to prevent the addition of the subnet to the routing table. However, when initializing the routing table of...

Feature

Chart from the Sensornetwork showcase: ![image](https://user-images.githubusercontent.com/17473608/206750501-4b2b8068-f9ee-4a7f-916a-dbb4e80867ed.png) The graph is not smooth. Here is what happens: - A sensor sends preambles - The gateway wakes up and sends ack - The...

Bug

I have found another feauture, that might be interesting to be added to the current CBS implementation to match the IEEE 802.1Q-2018 standart. In the **CBS chapter 8.6.8.2 d.) on...

Feature

The OscillatorBasedClock::scheduleClockEventAt and OscillatorBasedClock::scheduleClockEventAfter functions calculate with the raw simtime values. If the raw value is 1E-12 then the calculation results in a zero and causes problems with message scheduling....

Bug

This issue was created by extracting the relavant parts of #837 issue. Upon further investigating the IEEE802.1AS-2020 standard there is no single way of synchronising a clock, thus the current...

Feature

Hi, I notice that the current linklayer interfaces in **INET** are all in the output queue model, that is, packets are queued at the output port. Take the EthernetMacBase mdule...

Feature

I am working with an implementation of sound transducer, and I am using the Radio class as base. I have modified the time resolution and I have found that the...

Bug

Ieee80211OfdmRadio doesn't use Wifi channels, so it is not compatible with AccessPoint (segfault). It only works with simplified management in infrastructure mode.

Bug