Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use dockerfile to install ns3 and ns3-ai autoly #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pikasTech
Copy link

use dockerfile to install ns3 and ns3-ai autoly

RUN tar -xf ns-allinone-3.30.tar.bz2

# Configure and compile NS-3
RUN cd ns-allinone-3.30&& ./build.py --enable-examples --enable-tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using ns-allinone-3.30 version, can we try to use git to support different versions?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you can use "RUN git clone ns3" instead of "wget ns3.tar"

but I don't find the repo of ns3, I'm an ns3 beginner.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NS3 repository is hosted on gitlab: https://gitlab.com/nsnam/ns-3-dev.

@Mauriyin
Copy link
Member

Mauriyin commented Dec 1, 2021

Thanks a lot for your contribution. We will test this. One comment I have is the ns-3 version control, can we use git to control the different ns-3 versions rather than use a fixed one?

@Mauriyin Mauriyin requested review from eiclpy and WqyJh December 1, 2021 07:22
@pikasTech
Copy link
Author

I use ns3-3.30 because of this tutorial.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants