- 01 Feb, 2024 40 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Choose number of hosts underneath switch as weight
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann 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
-
Antoine Kaufmann authored
-
Marvin Meiers authored
Check the length of socket paths in SimbricksBaseIfListen and SimbricksBaseIfConnect. If the length exceeds the size of sun_path in the sockaddr_un struct, we fail with a meaningful error message. This resolves #42.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
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
-
Antoine Kaufmann 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.
-
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
-