omnetpp
omnetpp copied to clipboard
OMNeT++ Discrete Event Simulator
The EthernetPlcaBridge has 4 gates, upperLayerIn/Out and lowerLayerIn/Out. Each one is connected both on the inside and the outside. Currently only the external connection is displayed, as shown below: ...
Using UV would avoid several pain points that we currently have: - the need to manually activate the venv - venv is created only in the install.sh - locking to...
Feature 1: Option to disable copying all sent messages to the log buffer (having a copy in the log buffer makes it inspectable later from the messages view of the...
This is quite confusing, see below:  The arrow pointing to the center represents the connection: lowerLayerIn --> upperLayerOut
When assigning NED parameters, the evaluation context differs between NED files and INI files, leading to confusing and unintuitive behavior. #### Example ```ned controller.app[*].io.remoteAddress = "node[" + string(parent.index) + "]";...
Activities require coroutines and currently Fiber API is used on Windows. Sadly POSIX_COROUTINES are NOT implemented on macOS so the implementation falls back to a very bare bones portable coroutine...