[ns] Error Model in ns-2.29

2006-02-28 Thread qadous
Dear ns users, Would you please send me examples for Error modeling in ns-22.9. how to model that with wireless nodes. The ns tutorial is not good enough. thank you in advance. Regards This message was sent using IMP, the Intern

[ns] Error Model in ns-2.29

2006-03-05 Thread qadous
Dear ns-users, I would like to thank Mr. Svilen Ivanov for his help. I inserted Mr. Svilen's code in my code as it is, and I monitored the output but I got nothing or changes. I used the following command to specify the Error model for mobile node. $ns_ node-config ErrProc -Incoming ErrProc "U

Re: [ns] Error Model in ns-2.29

2006-03-02 Thread Svilen Ivanov
Hello, the attached example script is for network emulation, but you should be able to use the error modeling for a simulation as well. The lines 55 - 62 create an object in each node for error modeling. It drops 1 percent of the packets. proc UniformErr {} { set err [new ErrorModel]

Re: [ns] Error Model in ns-2.29

2006-03-06 Thread Svilen Ivanov
Hello Qadous, I have used the tcl script below to test the error modeling. I am using ns-2.29 and when I increase the value of rate_ from 0 to 0.05 I get more duplicated packets, and collisions, which is a result of transmission errors. >I used the following command to specify the Error mode