Open senft opened 10 years ago
hello, when i first start to use ndnSIM, i also met the same problem as you, can you show me how can i solve the problem?
Thanks!
Hello, I am trying to use ndnSIM and am facing the same issue. Can you please tell me how to solve this issue ?
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 thens-3
main directory, but still no success.When I switch to the main
ns-3
directory and create ascratch/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!