inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
I don't know if this is in the future plans, but I think that could be a good idea to include the obstacles in the mobility models This is an...
I use omnet 6.0 and inet 4.4.0 when i creat a node which has lmac (lmacinterface) and Ieee80211ScalarRadio problem encouter is that when simulate: "Cannot convert between integer units"
I have been checking the consumption data of SensorStateBasedCcEnergyConsumer and I think that there are several misinterpretations of the cc2500 data sheet. The idle state is a state that TI...
Hi all, The number of a gate control list is limited in a real TSN switch (e.g., 1024 gate control entries). Current implementation does not take this limitation into consideration....
In the function `canPacketFlowThrough` of PeriodicGate, it creates a guard band when the gate is about to close. https://github.com/inet-framework/inet/blob/edf1bd0a8139571923601f29d87826700d21872b/src/inet/queueing/gate/PeriodicGate.cc#L105-L115 However, this would lead to unexpected guard bands. For example, using...
Use case: - sequence of protocol headers/trailers e.g. Application Data, UDP, IPv4, IEEE 802.2 LLC, IEEE 802.15.4 - sequence of protocol modules App, Udp, Ipv4, Ieee8022Llc, Ieee802154 - dispatch decision...
I was using the `PacketProtocolTag` and `MacAddressTag` from the INET Library. Having been stuck for ages on why the program woudn't link I inspected the symbols in the `.dll` and...
Here are [configuration files](https://gist.github.com/ababila/1f6bcc239d01bb5b99440b6a6143bc98) to reproduce this issue with this commit 37e07d2b50f72cdada8d706f7addd69b5101b4da in master in occurence. The problem occurs in occurrence in run number 7 during the 1st second of...
I have a standard Ubuntu 18 installation, fulling up-to-date. I get: inet/environment/ground/OsgEarthGround.cc In file included from inet/environment/ground/OsgEarthGround.cc:25:0: ./inet/visualizer/scene/SceneOsgEarthVisualizer.h:51:18: error: ‘virtual void inet::visualizer::SceneOsgEarthVisualizer::initializeScene()’ marked ‘override’, but does not override virtual void...
In IpvxTrafGen, the destination addresses string is not evaluated until the first message is sent. https://github.com/inet-framework/inet/blob/be4e4cd2953f564cdfca8cbbaaeb476b8df795aa/src/inet/applications/generic/IpvxTrafGen.cc#L96-L106 Is there a good reason for this. I think it would make more sense...