[ns] Deadline Extension: UBICOMM 2011 || November 20-25, 2011 - Lisbon, Portugal

2011-06-05 Thread Jaime Lloret Mauri
INVITATION: = Note that the submission deadline has been extended to July 1st, 2011. Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results. In addition, authors of selected papers wil

[ns] accesing .cc file fro. .tcl file

2011-06-05 Thread sana ullah
I am trying to access .cc file extension from .tcl file extension, but i can't do it. Anyone can tell me step by step procedure that how we can access .cc file from .tcl. Please help me.

[ns] DSR AND AODV XGRAPH AND TRACEGRAPH

2011-06-05 Thread umair shah
HI I wanna produce comparison graph for aodv and dsr using xgraph.How do I do that ?I don't know anything about using xgraph.and what is the difference between tracegraph and xgraph?How can I compare for 40 nodes of AODV AND DSR?WIll it be a single tcl script containing both protocols and xgrap

[ns] mobile and static nodes in aodv and dsr comparison

2011-06-05 Thread umair shah
Hi : I wanna compare aodv and dsr for 40 nodes mobile ,30 nodes statics and 4 gateways . How do I do that ?

[ns] Timer on Mac class

2011-06-05 Thread Jose Aguiar Silva
Hi all, I am trying to implement in ns2 a period timer in Mac class level. However, it is generating a infinite loop. Please, see my implementation: //.h class MyTimer : public Mac802_15_4Timer { public: MyTimer(MacClass *a) : Mac802_15_4Timer() {a_=a;} virtual voidhandle(Event *e); p

[ns] Error module for LAN

2011-06-05 Thread Anup Dharangutti
Hi All, How to add error in LAN? I could insert error module in duplex link but unable to do so in LAN, please give a tcl code for inserting error module in LAN. Thanks & Regards, Anup