inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
Hi! If I am not wrong the Inet TSN features are based on the Nesting library. I need to redo a project which used Nesting but using only Inet. Is...
Hi, it would be nice if the InterfaceRelayLayer would have a parameter to set that would replace the RelayInterfaceLearner with simple forwarding. This way a network could have static forwarding...
ShortcutMac should support also multicast (as it is supposed to be a drop-in replacement for other types of interfaces). Currently it is harcoded to be a broadcast interface, which should...
* Ieee8021qTimeAwareShaper: added GateControlList, a module which accepts parameters in GCL format and configures the corresponding PeriodicGate modules. * PeriodicGate: provide a parameter to configure whether the implicit guard band...
This change was created during the 2021 summit. It's incomplete, see the comments.
Examples are here: https://github.com/ManiAm/inet/tree/INETex/examples_INETex/STP
When a multicast enabled router receive an IGMP report, it wont add a multicast route to the routing table. You can fine a "complete, minimal example" with three files(MUL.ned, omnet.ini...
The packet of type ROUTE_FLOOD doesn't have payload, the code try to copy the payload with length 0 that throw an exception A possible solution is to check that the...
Hi, I'm working on a Veins project which needs to record the UDP inet::ApplicationPacket through 802.11. I can only record 802.11 ACK packet,but can't record the UDP inet::Application packet using...
It would be great to have a PhysicalLayer visualization of packets traveling along a link. This could be useful to show how several packets are moving along a link in...