[ns] Compiling NS-2.33 with Debug Symbols

2009-02-23 Thread Scott Pudlewski
Hi, I'm having some trouble compiling NS-2.33 with debug symbols. I've followed every help page I could find, but gdb still says that no debug symbols are found. I am running NS-2.33 on Cygwin. Any help would be greatly appreciated. Thank you very much Scott Pudlewski

[ns] help! Why show me the error info ?

2009-02-23 Thread vap9999
Here is my piece of code: if { ( [info exist flowEF_$link] && $flowEF_$link != "" ) || ( [info exists flowBE_$link] && $flowBE_$link != "" )} { ..} The error info is following : ns: flowstats E1C1: syntax error in expression " ( [info exist flowEF_$link] && $flowEF_$link != ""

[ns] CFP: Symposium on ICA-IN-WIRELESS 2009, Australia (Ext Deadline: 05 March)

2009-02-23 Thread icainwireless 2009
*++ Symposium on ICA IN WIRELESS 2009 | Call for Papers ++* * * "*I*ntelligence, *C*ontext-awareness and *A*utonomy *IN WIRELESS* Networks" (*ICA-IN-WIRELESS*) 2009 * * *7-9 July 2009, Brisbane, Australia* http://www.itee.uq.edu.au/~uic09/icainwireless/index.htm

Re: [ns] Neighbor List for Wireless Nodes

2009-02-23 Thread Li Pan
Hi, You can go to the routing protocol code you use and print out the neighbour list, fprintf(stderr, "%d", neighbourvalue); --- On Sat, 2/21/09, Mayank Daga wrote: > From: Mayank Daga > Subject: [ns] Neighbor List for Wireless Nodes > To: ns-users@ISI.EDU > Received: Saturday, February 2

[ns] what are these traces?

2009-02-23 Thread manish chaturvedi
Hi all, Can any body tell me what are these trace about? I have implemented chain topology 1-2-3-4-5-6-7 using ns-2.33. I am using DSR as my routing protocol. Initially path is established from 1 to 7 as mentioned above. In my simulation scenario, node 4 is malicious and does not forward data

[ns] Zigbee Routing(ZBR).reg

2009-02-23 Thread karthi keyen
hello could any one plzz help me to implement ZIGBEE ROUTING in NS-2 i dont know the procedure to implement zigbee routing(ZBR) . i found the source code in the link www.eecy.engrccny.cuny.edu.. In that they mentioned " Zigbee routing is now maintained by Zigbee NWK WG no longer included

[ns] mobility model

2009-02-23 Thread Nour
Hello   for NS2 and sumo users:   How can i implement a new mobility model in NS2? my object is to compare between RWP model and that new model. i already generated a mobility.tcl file from Sumo based on Setdest . So how can i use it in NS?  setdest command , it doesnt' mean RWP model ? Tha