[ns] how to set manual routes in wireless simulations?

2006-06-06 Thread Cristina Gil-Gas
Hi ns-users, can anyone give a hint on how to set manual routing in wireless simulations? I am working with the IEEE 802.15.4 model included in ns-2.29. Thanks in advance

[ns] Install NS by Cygwin on Core Duo

2006-06-06 Thread Andrea M.
Do you have a solution to install NS on Core Duo machine with WinXP sp2?

[ns] Problem when adding new variable in common header

2006-06-06 Thread Takuya Kimura
[input] [input] [input] [input] Hi, I want to add a new variable in common header as information for any routing protocols. I edited common/packet.h as follows. struct hdr_cmn { ... static nsaddr_t new_var_; ... }; A node sets value for new_var_ and broadcasts the packet. Any nodes

[ns] C++ debug in NS2

2006-06-06 Thread Hai Nam
Hello Pedro and the list, I'm modifying NS-2 C++ code. Sometimes I get the incident de segmentation error. By commenting out some code, I can know from which function goes this error, but it'll take more time to filter the right code block... Could you propose a debugger for me (I don't have

Re: [ns] C++ debug in NS2

2006-06-06 Thread Pedro Vale Estrela
How need to take the time to learn a real debugger like DDD. Make a small test program yourself in C, 10 lines are sufficient, then debug in inside DDD to learn the debugerr http://heather.cs.ucdavis.edu/~matloff/ddd.html http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging.html#_Toc122255042

[ns] 802.15.4

2006-06-06 Thread saradellaluna
Hi all, I'm working with MAC 802.15.4 model developped by Zheng in NS-2. I'm trying to simulate a multi-sink network, with different Pan Coordinators, but I had some problems with the choice of the channels. Can somebody help me? Thanks in advance, Sara

[ns] CONTRIBUTING TO NS2 WIKI (was: RE: C++ debug in NS2)

2006-06-06 Thread Pedro Vale Estrela
100% agreed on the kdbg and insight topics; Concerning the -g flag, one can also configure ns2 with debugging support, eg: ns2 ./configure --help ns2 ./configure --enabled-debug (for c++ debug) ns2 ./configure --enabled-debug --with-tcldebug=../tcl-debug-2.0 (for c++ and tcl debug)

[ns] RSVP_TE_NS question

2006-06-06 Thread Gabriel
Hello to all. I have installed ns-2 v2.26 with mns for v2.26 and the RSVP-TE patch from http://netgroup-serv.iet.unipi.it/rsvp-te_ns/ .On that page there are 2 test files. After completing the install, I ran those 2 files and got no errors. Then I tried to change the way I create an LSP from

[ns] dynamic or static linking

2006-06-06 Thread . Melvin John
hi ns users, i have made some changes to one of the existing routing protocols for ad hoc networks. To make use of the changes do i have to compile the whole of NS2 or can i just compile the protocol (files) i have changed. Does NS2 use static linking or dynamic linking. Thanks in advance,