hello ns-users
iam unable to simulate tora simulation in ns-allinone-2.34 on fedora-8 ;
please help me
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
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\"");