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

`ScenarioManager` currently operates in a static/predetermined manner using a script on an XML file. Was wondering whether a chaos management system is currently available that can be used for manets,...

The DCTCP congestion control flavour does not work as intended due to the following lines in the TcpConnectionUtil.cc file (which was updated after the release of the DCTCP flavour). `...

Bug

Hi, I'm working on a project which using Emulation feature. I use ExtLowerIpv4NetworkLayer to connect to Linux network namespace. When I use StandardHost and UdpBasicApp to send the packet, it...

Bug

Adds the [LEACH](https://ieeexplore.ieee.org/abstract/document/926982) protocol to existing routing protocol selection. Addresses issue https://github.com/inet-framework/inet/issues/928

Feature

Hi, I am looking into the source code for computing Rayleigh fading in INET/INETMANET https://github.com/inet-framework/inet/blob/d93b7bc29def3ead5727f4de880a02be19810a44/src/inet/physicallayer/wireless/common/pathloss/RayleighFading.cc#L32-L39 ```c++ double RayleighFading::computePathLoss(mps propagationSpeed, Hz frequency, m distance) const { m waveLength = propagationSpeed /...

Bug

Adding protocol MRP (IEC 62439-2). Media Redundancy Protocol acts similar to RSTP, but provides a upper time limit needed for recovery in case of link failure.

Feature

Hello, the [IEEE 1588g-2022](https://standards.ieee.org/ieee/1588g/10478/) amendment suggests to replace the terms master and slave in (g)PTP to timeTransmitter and timeReceiver. I'd like to see this change reflected in the INET project....

Feature

In DumbbellNetwork (inet/networks/ethernet/DumbbellNetwork.ned), the network nodes are connected with EthernetLink connections, and a default Ethernet bitrate is set on the interfaces. However, Ethernet MAC module gets the bitrate from the...

Bug

Hi all, In the TSN showcases, I am experimenting with the gPTP and FP features. I discovered that when enabling both together, there is an issue as follows: **Cannot convert...

Bug