Hi,
I installed your fork of ns-3 and ndnSim as described in the README.md.
I then copied the simple example (http://ndnsim.net/examples.html#simple-scenario) into the template
project (scenarios/) and tried running it with
./waf --run=ndn-simple --vis
The visualizer does not show up, but I get the logs of the scenario, so it does run. I also did the ./waf shell thing in the ns-3 main directory, but still no success.
When I switch to the main ns-3 directory and create a scratch/ndn-simple.cc and use the same command to start the simulation, the visualizer however does show up.
What can I do to launch the visualizer in the scenario template?
Thanks!
Hi,
I installed your fork of ns-3 and ndnSim as described in the
README.md.I then copied the simple example (http://ndnsim.net/examples.html#simple-scenario) into the template
project (
scenarios/) and tried running it with./waf --run=ndn-simple --visThe visualizer does not show up, but I get the logs of the scenario, so it does run. I also did the
./waf shellthing in thens-3main directory, but still no success.When I switch to the main
ns-3directory and create ascratch/ndn-simple.ccand use the same command to start the simulation, the visualizer however does show up.What can I do to launch the visualizer in the scenario template?
Thanks!