[ns] tora not simulated in ns-allinone-2.34

2012-10-21 Thread nagala venkat
hello ns-users iam unable to simulate tora simulation in ns-allinone-2.34 on fedora-8 ; please help me

Re: [ns] tora not simulated in ns-allinone-2.34

2012-10-21 Thread sukhalid
Hi, you may send your tcl file, or if you have problem with tcl file then you may like use NSG2.1 to generate tcl. It is a GUI tool and may give a jump start to generate and understand tcl scripts nagala venkat wrote: > > > hello ns-users > iam unable to simulate tora simulation in ns-alli

[ns] Fwd: [Urgent Help Needed] Error when Trying to add a new Command in 802_11.cc

2012-10-21 Thread Sai Bhyravajosyula
Hi All I am trying to develop a new protocol in MAC 802.11 . NS Version : ns2.35 *In Mac-802_11.cc file :* I added a new command setMacDemand as else if(strcmp(argv[1],"setMacDemand")==0) { Tcl &tcl = Tcl::instance(); tcl.eval("puts \"Message from function\"");