Skip to content

LucaTamSapienza/ns3Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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 -a

To see all the running container

docker ps

To run the container with the image downloaded during the installation

docker start ns-3-corso

To stop the running container

docker stop ns-3-corso

About

A project that, using the NS3 library, aims to create a local network prototype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors