Re: [ns] [Ns-developers] FECModel in ns2.29 problems(please let us solve this problem)

2006-05-11 Thread Tom Henderson
[EMAIL PROTECTED] wrote: Dear sirs, the ns-manual says in page number 50 that Table 5.1: Available options for node configuration (see tcl/lib/ns-lib.tcl). I went to this file and found that there is FECProc option like the IncommingErrProc option. when I inserted the the FECmodel in

Re: [ns] Makefile:73: *** missing separator. Stop

2006-05-11 Thread zze-TOUROLLE Benjamin RD-CORE-CAE
Hi Wajid, This seems to be a syntax error in your Makefile. The right syntax is: target: dep1 dep2 command These lines mean that if dep1 or dep2 files are newer than target file (or if he does not exist), then Make should regenerate the target by running the command. If no command

[ns] Is there any thing about Cellular Ne tworks ?

2006-05-11 Thread bema juke
Hello All I'm working on the ns-2.29. Already installed it on my platform and now testing example tcl scripts that are included(/tcl/ex). Ns documantation and other tutorials help me understand the simulator and its possible opportunities. Now I've got a subject on Cellular Networks.

Re: [ns] researches on ad hoc

2006-05-11 Thread choong cheong
Hi Guzin Ulutas, I have tried for the protoname example, but the error as below is appeared on screen when i run the tcl script. Please advice. [code omitted because of lenght] :wrong # args: should be {Simulator instproc name args body} (class instproc line 1) invoked

[ns] please urgent help on implementing a mobility model on NS

2006-05-11 Thread kala dridi
hi all sorry but i still have the same problem. i have a c++ code of a mobility model of ad hoc networks that i must implement on NS but i really do not know how to do. if there is any one who could help me i would really be greatefull. thank you in advance.

[ns] please urgent help on implementing a mobility model on NS

2006-05-11 Thread kala dridi
hi all sorry but i still have the same problem. i have a c++ code of a mobility model of ad hoc networks that i must implement on NS but i really do not know how to do. if there is any one who could help me i would really be greatefull. thank you in advance.

[ns] How to create VBR traffic source

2006-05-11 Thread Ritwik Mitra
Hi! How do I create a VBR traffic source??? Ritwik Mitra M.Sc. Computer Science Department of Computer Science, Delhi University - Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for

[ns] TwoRayGround Propagation

2006-05-11 Thread Noelia Galisteo Ruiz
-- Hi! Can some body tell me how can I change TwoRayGround propagation value in ns-2? thanks

[ns] wireless ping broadcast questions

2006-05-11 Thread smythek
Hi, I was messing around with the ping agent from Marc Greis' Tutorial, and wanted to change the ping to a broadcast. I added the IP header stuff as I've seen elsewhere online, hdr_ip *ip = hdr_ip::access(pkt); ip-daddr() = IP_BROADCAST; and now I get this error: --

[ns] trace file question

2006-05-11 Thread Ethan Giordano
Is there an easy way to get the TCP reason field from the header into the trace file? I'd like an easy way to pick out timeouts and fast rtx's. Thanks, ~Ethan

Re: [ns] wireless ping broadcast questions

2006-05-11 Thread Faisal Siddiqui
Hi Kathy, Are you properly enabling/setting multicast protocol settings in your Tcl script for the simulation? I think this error screams about that setting. - Faisal On 5/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I was messing around with the ping agent from Marc Greis'

Re: [ns] ns routing algorithms understanding

2006-05-11 Thread Faisal Siddiqui
Hi, I have been modifying NS2 over the last several weeks to suit my simulation requirements. I agree with your comment that adding any sort of new features results in a lot of unknown errors owing to the not so clear documentation available. I now just modify the existing methods in order to

Re: [ns] wireless ping broadcast questions

2006-05-11 Thread k s
Hi Faisal, I wasn't aware of any other settings besides the IP_BROADCAST. Which ones are you referring to? Kathy _ From: Faisal Siddiqui [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 7:40 PM To: [EMAIL PROTECTED] Cc: ns-users@isi.edu Subject: Re: [ns] wireless ping