- 20 Aug, 2024 5 commits
- 19 Aug, 2024 1 commit
-
-
Jakob Görgen authored
experiments/simbricks/orchestration/nodeconfig: config_files takes additional env parameter for better path resolution
-
- 18 Aug, 2024 4 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
- 14 Jul, 2024 1 commit
-
-
Jialin Li authored
Allow users to specify custom paths to p4. Co-authored-by:Antoine Kaufmann <antoinek@mpi-sws.org>
-
- 12 Jul, 2024 2 commits
- 12 Jun, 2024 1 commit
-
-
Jonas Kaufmann authored
The solution here was quite hacky in that we modified gem5's checkpoint file to have a timestamp of 0. This actually breaks when simulating a Linux host and conducting time measurements. The numbers you get will end up all over the place.
-
- 17 May, 2024 2 commits
-
-
Jonas Kaufmann authored
-
Marvin Meiers authored
-
- 11 May, 2024 1 commit
-
-
Jonas Kaufmann authored
This removes automatically sorting the keys that I introduced in #97, which means that instead, attributes are serialized in the order they are defined in. With this change, simple information like start and end time are readable at a glance directly at the top of the JSON file.
-
- 08 May, 2024 23 commits
-
-
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
-