omnetpp
omnetpp copied to clipboard
OMNeT++ Discrete Event Simulator
[FMI](https://fmi-standard.org/) is a standard developed by Modelica Foundation to simplify cosimulating models developed with different software. Recently a layered standard called FMI-LS-BUS was published to allow exporting network simulations as...
Scalar files explicitly contain the value of stddev for statistic summaries. Yet, when opp_scavetool reads the file, it does NOT parse the stddev field but recomputes it from other fields...
The default precision used to write double-precision numbers into result files is currently too low, which means precision is lost when the IDE Analysis Tool and opp_scavetool reads the result...
This issue was created to keep track of Dark Theme issues in the IDE, and techniques/best practices to handle them.
When a vector operation is added to a vector chart - depending on what the operation is - it could change what units the resulting values are in. This, however,...
Add the following to install.sh on macOS. Make it as a fallback if neither homebrew nor nix is available. ``` sudo port -N install bison flex perl5 gmake qt6 py-pkgconfig...
**Platform** - OMNeT++ version: 6.1 - OS: [e.g. Ubuntu 25.04 **Describe the bug** opp_msgc: In msg compiler generated code, the `doParsimUnpacking(b, bitVector);` generates c++ compiler error. **To Reproduce** Foo.msg: ```...
**Platform** - OMNeT++ version: omnetpp-6.x branch - OS: Ubuntu 25.04 When opening anf file from the search panel, and then double clicking on a chart, the chart rename is triggered,...
OMNeT++ 6.1: ``` moduleinterface ILtePdcp { parameters: @display("i=block/fork"); int headerCompressedSize @unit(B); gates: inout DataPort; inout TM_Sapx; inout UM_Sap; inout AM_Sap; } simple LtePdcpBase like ILtePdcp { ... gates: inout TM_Sap[];...
**Platform** - OMNeT++ version: 6.2 - OS: all It is error prone to allow users to re-register a global object (NED function, Result_fiter etc.) with the same name. These kind...