Skip to content

Dockerfile and Build-Script for NS3 under Ubuntu 20.04 / Focal

License

Notifications You must be signed in to change notification settings

Luxxii/ns3-focal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NS3 on Ubuntu 20.04 / Focal

Here i provide a container which has a functioning NS3-build on Ubuntu.

This is very similar to ns3-bionic.

I have updated the script, since Ubuntu 20.04 has been released this year. So here we go again!

Usage

It can be used easily like:

docker run "NS3_IMAGE" "./waf --run hello-simulator"

Even debugging is possible:

docker run -it "NS3_IMAGE" "./waf --run=hello-simulator --command-template=\"gdb %s --args <args> \""

Modify this image or provide the source via -v to run your own simulations.

About

Dockerfile and Build-Script for NS3 under Ubuntu 20.04 / Focal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published