omnetpp icon indicating copy to clipboard operation
omnetpp copied to clipboard

OMNeT++ Discrete Event Simulator

Results 186 omnetpp issues
Sort by recently updated
recently updated
newest added

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: ![Image](https://github.com/user-attachments/assets/b771325b-4eab-4271-82ca-3d9529a88e51)...

feature
in runtime / Qtenv
new

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

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...

in runtime / Qtenv

This is quite confusing, see below: ![Image](https://github.com/user-attachments/assets/be007947-5925-40f8-856a-84b84d0e4937) The arrow pointing to the center represents the connection: lowerLayerIn --> upperLayerOut

feature
in runtime / Qtenv

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) + "]";...

feature

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...

in simulation kernel