[ns] NS-2 Workbench

2010-06-21 Thread Yida Gao
Hi All, Has anyone tried NS-2 Workbench (nsBench)? If so, what do you think? I discovered it recently and would be happy to hear feedback about it. It seems like a great tool for beginners and experts alike for modeling with ns2. link: http://www.mnlab.cs.depaul.edu/projects/nsbench/ -Yida

[ns] Existing Application Models

2010-06-21 Thread Yida Gao
Dear ns2 Users, I am an undergraduate student doing some work in Cambridge, MA on NS2. As my project/paper relates to simulating different types of applications like FTP, RTP, and SIP, which relate to commercial products (VoIP, Skype, email, bittorrent, http, etc) and congestion, I was wondering

[ns] neighbours list

2010-06-21 Thread GRS Swaroop
Hi friends , Is there any possibility of finding neighbors in WPAN(Zigbee) for any topology . Or the mac maintains any neighbour list using beacons ? If anybody know about this please tell me . ~ GRS SWAROOP

[ns] Strange problem with ns2 printf

2010-06-21 Thread tiongsquare
not sure if is ns2 problem or c++ issue, i did a function call testingprint(); somewhere else int ff2 = 0; void Myprog::testingprint() { if(ff2 == 0){ #ifdef DEBUG fprintf(stderr, "I am from %d node TESTING \n", index); #endif printf("AT(%d) hello TESTING \n", index);

[ns] anyone have compare RAODV and AODV in MANET before???

2010-06-21 Thread Irvan Supradana
Dear all i want to compare RAODV (reverse AODV) and AODV in MANET but till know cannot get better in PDR and end to end delay of RAODV compared with AODV..please if anyone have do it before, could you give me the tcl code to do the comparison Thank you so much Irvan Indonesia

Re: [ns] NS2 basic execution

2010-06-21 Thread Teerawat Issariyakul
Hi, Usually, you don't need to know where the main() in C++ is. This is because you start simulation in Tcl, not in C++. If you are curious, the function main is located in the following file: ns-2.35/ns_tclsh.cc Best Wishes, Teerawat Issariyakul http://www.ns2ultimate.com/ http://www.ece.ubc