sem icon indicating copy to clipboard operation
sem copied to clipboard

A framework to manage ns-3 simulation campaigns: let SEM perform multiple parallelized executions of your ns-3 scenario, permanently save the results and output them in plotting-friendly data structur...

Results 5 sem issues
Sort by recently updated
recently updated
newest added

This PR: - Updates get_command_from_result to support both CMake and Waf versions of ns-3 - Adds a test for `get_command_from_result` - Adds test cases for checking the runner for Waf-based...

bug

To run the simulations campaign as root with the new toolchain a flag (`--enable-sudo`) should be included in the command and at the moment there is no way to do...

enhancement

Hello, I used SEM a year ago, and it works perfectly! However, with Python 3.10, it does not work as expected. I want to run a simulation about lorawan, so...

This PR aims to identify simulation crashes due to out of memory errors. Indeed, in these cases the simulation script is terminated by the kernel with signal `SIGKILL` (on POSIX...