[ns] DSR Route-Request size error

2008-12-22 Thread Waleed Tuffaha
Hello all, I'm testing the DSR protocol in ns-2.33. I noticed that the size of the route request is wrong: each time a node adds itself to the path in the route request and forwards it; the size of the request should increase by 4 bytes, but instead it is increased by the whole size of the DSR

[ns] performance comparision of tcp and cbr in maodv

2008-12-22 Thread vaishali mandhare
Hi ,all I am newly working in ns2 and want to compare tcp and cbr in maodv in different parameter like packet dilivery ratio, averege end to end delay.How can I do it .Please help me regarding this as early as possible.   Thanks! vaishali mandhare(M-Tech)  Add more friends to your

[ns] Inserting userdata in packet

2008-12-22 Thread obaid abbasi
Hello, I want to insert an array of number like buffer [30] in the data part of packet (RTP packet). Kindly tell me how can i insert the desired data in buffer. Thanking you in anticipation BR Ubaid

Re: [ns] DHT implementation in NS-2

2008-12-22 Thread Phenix
Hi Shailander, Maybe you can try to use APIs in tclHash.c (ns-allinone-2.33/tcl8.4.18/generic) to implement your hash operation. Here is a example code, (I hope it will be useful but WITHOUT ANY WARRANTY since I have not tested it yet!) /** h file ***/ #ifndef