From 2cbbc68190c5e585497d3a0372f343907d1e6ce3 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 26 Mar 2021 15:16:32 +0530 Subject: [PATCH] update readme Signed-off-by: Avinal Kumar --- computer_networks/lab/lab6/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/computer_networks/lab/lab6/README.md b/computer_networks/lab/lab6/README.md index 5479e50..6d128c5 100644 --- a/computer_networks/lab/lab6/README.md +++ b/computer_networks/lab/lab6/README.md @@ -22,6 +22,11 @@ Peform the following modifications on the first.cc ns3 script: 9. Start the UDP client at 2 seconds into the start of the simulation 10. Stop the UDP client after 25 seconds into the simulation +## How to run this simulation? +- You must have a working installation of [ns3](https://www.nsnam.org/) +- Copy [first.cc](first.cc) to `scratch` directory. +- Run `./waf --run scratch/first` + ## Output