- 01 Feb, 2024 31 commits
-
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
Add a new method init_network to NS3E2ENet that does some initialization before the experiment is run. It should be called after all components were added to the network.
-
Marvin Meiers authored
This introduces the E2ELinkAssigner that can automatically create links of given types and create all the necessary NS3E2ENet instances.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Subclasses can override to set up more state before the rest of the initialization for running occurs.
-
Antoine Kaufmann authored
So far NIC sims would directly modify the NetSim's list, not giving the opportunity for subclasses to override. This istead adds a method for this.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Useful for running ns-3 only simulations.
-
Antoine Kaufmann authored
-
Marvin Meiers authored
-
Marvin Meiers authored
This adds a new component E2ESimbricksNetwork to the end-to-end framework, which allows to connect to other simulated networks through Simbricks.
-
Marvin Meiers authored
This avoids issues for parameter strings containing characters that are treated specially while parsing the arguments, e.g. whitespace.
-
Marvin Meiers authored
Instead of passing all parameters using the command line, we write them first into a file and then pass the filename to the end-to-end framework.
-
Marvin Meiers authored
Use the new basic building blocks SwitchNode and SimpleChannel in the ns3 end-to-end framework to build topologies.
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
This adds support for configuring and running simulations using the ns3 end-to-end framework.
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
Add all TCP congestion control algorithms that are currently available in the kernel source tree as loadable modules.
-
Marvin Meiers authored
Update to newer ns-3 version and adapt code for changes (mostly renamed files and command line parameters) in the ns-3 submodule.
-
Antoine Kaufmann authored
This image contains chrony, ptp tools, and the modified cockroachdb
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Also implements support for passing this through to qemu.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
- 28 Jan, 2024 1 commit
-
-
Hejing Li authored
-
- 25 Jan, 2024 1 commit
-
-
Hejing Li authored
-
- 24 Jan, 2024 1 commit
-
-
Hejing Li authored
-
- 22 Jan, 2024 1 commit
-
-
Hejing Li authored
-
- 18 Jan, 2024 2 commits
- 13 Jan, 2024 3 commits
-
-
Hejing Li authored
-
Hejing Li authored
-
Jonas Kaufmann authored
This change is mostly about the default semantics of asyncio.wait(). It doesn't forward any exceptions that are raised by any of the coroutines it waits for. This effectively causes exceptions to be swallowed. In contrast, asyncio.gather() forwards exceptions to its calling coroutine.
-