In this project, a network has been created using ns3 and Docker. In the setup folder, you can find the necessary installations for the proper functioning of the ns3-Network.cc file.
The image below represents the network created
To observe the correct operation of the latter, follow the instructions below:
- Ensure that ns3 and docker are installed correctly by referring to the instructions in the setup folder.
- Build ns3 according to the provided setup instructions.
- Place the file ns3-Network.cc inside the scratch folder.
These steps will allow you to observe the final result of the project.
Tip
For a correct use of Docker, see the instructions below:
To see all the image downloaded run:
docker ps -aTo see all the running container
docker psTo run the container with the image downloaded during the installation
docker start ns-3-corsoTo stop the running container
docker stop ns-3-corso