Re: [ns] Needed help in TORA Simulation

2006-02-01 Thread Hailun Tan
First of all, what version of NS are you using? if it is before NS2.26, TORA should be OK, otherwise, you have to insert the following code into command function in tora.cc so that tora can work: int TORA::command(int argc, const char*const* argv) { . if(argc == 2) { . else if (strcmp(

[ns] Needed help in TORA Simulation

2006-02-01 Thread jeevesh sharma
HI friends, I want to calculate the performance of AODV, DSDV,DSR and TORA routing algorithms. But i am unable to use TORA in my simulation. If anybody sends a tcl file which used it, will be very helpful for me. Please give me some hints, how to use TORA. T