How to install Ns3 in Window 10 using vmwere and ubunto

preview_player
Показать описание
Ns3 is a network simulator for network systems, its only simulated in cmd based os like Linux, ubuntu etc

Step 1..... download and install VMware( contain 584 mb size file)

Step 2.... download ubuntu or linux file
step 3.. install ubunto on vmware( it will take some time )

open your ubunto os

$] sudo apt update
$] sudo apt install build-essential autoconf automake libxmu-dev

$] sudo apt install build-essential autoconf automake libxmu-dev python-pygraphviz cvs mercurial bzr git cmake p7zip-full python-matplotlib python-tk python-dev python-kiwi python-gnome2 python-gnome2-desktop qt4-dev-tools qt4-qmake qt4-qmake qt4-default gnuplot-x11 wireshark

extract to /home/pradeepkumar
To find what is your HOME, give the following command.
$] echo $HOME

$] cd ns-allinone-3.31/

$] cd ns-allinone-3.31/ns-3.31/
$] ./waf --run hello-simulator
This will display
"Hello Simulator"
Which indicates that ns3 is installed successfully.
Рекомендации по теме