inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
Added a fix for an issue that multicast Ethernet addresses are incorrectly added to the unicast forwarding table. Please check for errors before merging.
Issue Description: In the TcpHeader_m.h file, there exists an inconsistency regarding the definition of the doParsimPacking() and doParsimUnpacking() functions for the TcpOption class, which mismatches the way TcpOption is used...
I hope to transmit the real stream to the TSN network, such as UDP packets, to realize the TSN emulation. However, I encountered a BUG when configuring the ExtLowerEthernetInterface for...
 If I just use only one U1, or U2 it works OK, (test on StationaryMobility config) -- -------- this is my INI file ``` [General] network = KhaoSatGPSR.MangMoPhong sim-time-limit...
In the sensor networks of wireless folder , The omnetpp.ini file contains Statistic BMAC, Statistic XMAC, Statistic LMAC. When the simulation is being done, the received packets are zero for...
Hi, I use the INET 4.5.2 framework. In the following code: `auto payloadProtocol = ProtocolGroup::ipprotocol.getProtocol(245);` the compiler generate this error: > error: no member named 'ipprotocol' in 'inet::ProtocolGroup' In the...
Issue Description: In the NeighborListNeighborCache::removeRadioFromNeighborLists(const IRadio *radio) function: line 133 `neighborVector.erase(it);` just deletes the radio from the temporary vector declared in line 130 `Radios neighborVector = elem->neighborVector;` It seems the...
Given n radios, neighbor list construction has O(n^2) complexity. If, during initialization, when each radio is added, the neighbor list is reconstructed, we end up having a simulation initialization with...
Hello, for some reason I cannot use the Debug mode in INET anymore and I cannot figure out why. For testing I completely reinstalled OMNeT++ 6.0.3 in a new folder...
**Platform** - OMNeT++ version: 6.0.3 - OS: Xubuntu 20.04 - INET: 4.5.2 I'm trying to check residence time for TsnSwitch node with pcapng analysis. For this I'm using a simple...