[ns] How analyze trace file NS.EXE.stackdump?

2009-07-16 Thread suncy84
Hi, could someone explain me how i can analyze the trace file NS.EXE.stackdump to identificate the tcl instruction which caused the exception? The file appears this way: Exception: STATUS_ACCESS_VIOLATION at eip=0062B792 eax= ebx=0171AC04 ecx=005F edx=0170CD88 esi=0022B3D0 edi=0022B4

[ns] Hierarchical addressing

2009-07-16 Thread Τσιλιγγίρης Γεώργιος
Hi, Does anyone know if I can send a packet based on the receiving nodes hierarchical address?? something like: hdrip->dest_=1.0.1 Is this possible?? George

[ns] install NRLOLSR

2009-07-16 Thread king kouka
Hello,  I try to install NRLOLSR ( http://cs.itd.nrl.navy.mil/work/olsr/index.php ). They are many versions, which are  nrlolsr-cvssnap.tgz   or  nrlolsrdv7.8.1.tgz to install one of them, I need to install Protolib.  The first one ( nrlolsr-cvssnap.tgz ) does not come with Protolib, so I down

Re: [ns] ns-2.33 with gcc version 4.3.0 in Fedora Core 9

2009-07-16 Thread Tom Henderson
Guray Acar wrote: > Greetings all. > > This is not a question. Recently, we changed our OS to Fedora Core 9. > The C++ compiler that came with it was gcc version 4.3.0. > I had some problems with compiling ns-2.33 with this version of gcc. > > Apparently, the new version of gcc is less toleran

Re: [ns] Droptail queue per-flow rate limiting using TokenBucket (or other mechanism?)

2009-07-16 Thread Prajjwal Devkota
Just to let anyone who is interested know, since I didn't receive any suggestions, I found this implementation of token bucket: http://www.cin.ufpe.br/~cak/ns/ It seems quite easy to understand, and am currently modifying it for rate limiting multiple fids (this only deals with a single fid). My