NS3 INSTALLATION WINDOWS SUBSYSTEM LINUX

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • Dowload ns3-3.42
    $ wget www.nsnam.org/...
    $ tar -xjf ns-allinone-3.42.tar.bz2
    Check For Perquisite
    g++
    $ g++ --version
    $ python3 -V
    $ cmake --version
    Install Prerequisite
    $ sudo apt install g++
    $ sudo apt install cmake
    $ sudo apt install python3
    Building ns3
    ./ns3 configure --enable-examples --enable-tests
    ./ns3 build
    Run first.cc file
    cd ns-allinone-3.42 /ns-3.42/exambles/tutorial/first.cc
    Windows Subsystem (Ubuntu Installation)
    • TRANSFER FILE FROM WIN...

КОМЕНТАРІ •