LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   waf command in ns3 (https://www.linuxquestions.org/questions/linux-newbie-8/waf-command-in-ns3-4175534175/)

alice rizk 02-16-2015 07:29 AM

waf command in ns3
 
I need to run the script qos-test of wimax with the "./waf --run qos-test" command but an error says that ./waf doesn not exist. waf do exist at the high level on ns3 but soesnot exist at "ns-allinone-3.21/ns-3.21/src/wimax/test"
what should I do?

knudfl 02-16-2015 07:57 AM

Welcome to LQ.

I think the 'waf' you are supposed to use is :
ns-allinone-3.21/ns-3.21/waf
I.e. $ cd ns-allinone-3.21/ns-3.21/ && ./waf --run qos-test

Should be fairly easy to sort out, as the above is the only waf in ns-3.21 :
$ cd ns-allinone-3.21/ns-3.21/ && find . -name waf

Ns3, "Getting Started" :
http://www.nsnam.org/docs/tutorial/h...g-started.html


P.S. : The ns3 Forum is here ....
https://groups.google.com/forum/?fro...rum/ns-3-users


-


All times are GMT -5. The time now is 11:42 AM.