inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
I have run a test with the ideal radio in a network with bmac and 802.11 and the simulation ends in void Ieee80211Mac::handleLowerPacket(cPacket *msg). I am no sure if it...
It would be great to have apps (tcp/udp client/server) that could tunnel information from a given TCP/UDP port to somewhere in the simulated network. On the other end the corresponding...
Hello, I was trying to simulate my network in Cmdenv, not only launch from it, but also run without GUI. As my network contains visualizer(s) and because visualizers are not...
I am having trouble changing the ipv4 address of a loopback interface. Please take a look at Step23 in OSPF examples in here: https://github.com/ManiAm/inet/blob/INETex/examples_INETex/routing_protocol_ospf/omnetpp.ini Apparently changing the loopback address has...
It is impossible to get a useful summary on what IPv4NetworkConfigurator actually did. For one simulation, IP addresses were not configured; when tracking down the problem, the default initialize() log...
The TCP model doesn't implement a "read" syscall, i.e. data that have been received (in the correct order) are passed up immediately to the application layer. Therefore one cannot model...
We're using the following in both of the bind methods: if (lPort == 0) { auto udp = check_and_cast(gateToUdp->getPathEndGate()->getOwnerModule()); lPort = udp->getEphemeralPort(); } from: http://dev.omnetpp.org/bugs/view.php?id=372
There are useful features in 84b35c0d8cb8e3ad520e780c2fa38853533fbaf2 that should be merged into the current video app implementation.
The transportRouteVisualizer does not work for this specific TCP scenario. Simulation configuration: ``` [Config Step1] description = Dynamic routing with AODV when nodes are fixed network = Network *.configurator.addStaticRoutes =...