[ns] help wireless simulation

2006-02-17 Thread badache abdou
Dear all, I'am new in ns, i want simulate a wireless network, but a lot of errors when i execute script examples that, i find in the net. Does any body know with what i begin or if anyone have examples of scripts for beginners like me. Cordially, Abdou.

[ns] diff between Makefile.in, Makefile, makefile

2006-02-17 Thread Kavi priya K
Hi all, I would like to know the difference between Makefile.in, Makefile and makefile. Thanks. - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the

Re: [ns] diff between Makefile.in, Makefile, makefile

2006-02-17 Thread Adrian
Makefile.in is the real file to modify if you have to Makefile or makefile is created by configure, but only one should exists. The other makefile is makefile.vc, which is for Visual C++ in MS environment. Kavi priya K wrote: Hi all, I would like to know the difference between

[ns] validation error

2006-02-17 Thread Pubali Banerjee
I am getting a validation error after I installed ns allinone 2.27. The test-all-full fails. The error message is the follows: (partial error message) Running test twoway: ./../ns test-suite-full.tcl twoway QUIET ns: _o91 recv 536: (_o91 cmd line 1) invoked from within _o91 cmd

Re: [ns] help..how to start ns?

2006-02-17 Thread Adrian
That's a basic Unix/Linux question: you have to give the path to run. For example, type ./ns if you are at the directory you run make to build ns. Mohammed Fawaz Kamarudin wrote: hi.. after installing and validate the ns 2allinone 2.18, by using ns lounch, it had error that ns command not

Re: [ns] Visualization tool for Wireless Networks

2006-02-17 Thread Björn Scheuermann
Hi Leo, can anyone give more information on Inspect and ad hockey .. which are visualizationtools for wireless simulations in ns2. i want to get hold of visualization tools for wireless network simulation in ns2. maybe you should state more clearly what information you're looking for.

[ns] ns run time problem using pgm

2006-02-17 Thread N T Read
Hi, had the following message output when trying to run a tcl script. cslin-gps% ns pgm1.tcl ns: _o16 new-group 0 -2147483648 -1 cache-miss: can't read protocols_(-1): no such variable while executing $protocols_($iface) upcall $code $source $group $iface (procedure _o17 line 9)

[ns] ns can not be constructed

2006-02-17 Thread maryam beigi
Dear all, I have written two agents, the sender and receiver side for a mac protocol, when I compile and make ns with each of these agents seperately, the excutable file ns is successfully created. But when I make ns with both of them (by putting ../agent.o and .../anotheragent.o in the

Re: [ns] how to fix a value for timeout???

2006-02-17 Thread maashari
well, wouldn't be better if you subtract total delivered from total transmitted? Ahmed - Original Message - From: hamdi benmessaoud [EMAIL PROTECTED] To: ns_users ns-users@ISI.EDU Sent: Thursday, February 16, 2006 5:22 AM Subject: [ns] how to fix a value for timeout??? Hi everybody ,

[ns] how to make a new AQM work?

2006-02-17 Thread Jaewoo Park
Dear ns-users I'm trying to experimnet a new AQM scheme. How can I put this into ns2 to work? I use a recent version of Red Hat linux and ns-allinone-2.28. I also wrote programs such as *.cc, *.h for the new AQM scheme. I appreciate your help in advance. Sincerely Jae W. Park