Topology Generator for ns3 on Ubuntu 16.04
While I find a solution to execute different BRITE configuration files or how to export ns2 topologies to ns3, I found this application compatible with ns-3.25 (since last week available).
To try it, follow these commands:
git clone https://github.com/idaholab/Topology_Generator.git
cd Topology_Generator
qmake
make
./ns-3-generator
To try it, follow these commands:
git clone https://github.com/idaholab/Topology_Generator.git
cd Topology_Generator
qmake
make
./ns-3-generator
You can generate a C++ or a Python code and export your topology as XML code.
Also, you can create applications, like ping, UDP Echo or TCP Transfer.
I tested and it works!
Enjoy it!
Comments
Post a Comment