- 08 May, 2024 40 commits
-
-
Jonas Kaufmann authored
-
Jakob Görgen authored
-
Jakob Görgen authored
-
Antoine Kaufmann authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Marvin Meiers authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
allows callers to add a name suffix for each connection, so there are separate unix sockets.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
this allows this to be called on all networks for mixed experiments.
-
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
Useful for running ns-3 only simulations.
-
Antoine Kaufmann authored
-
Marvin Meiers authored
-
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.
-
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
-