Re: [ns] problem with sctp module[original ns-allinone-2.28]

2006-01-11 Thread Hailun Tan
./autoconf.h:89: error: expected namespace-name before ';' token ./autoconf.h:89: error: ''is not a namespace make:***[tools/random.o] Error 1 Ns make failed! change the relevant part in autoconf.h accrodingly ,and sometimes the problem is "CPP_NAMESPACE is not declared". It is a warning!!It doe

[ns] problem with sctp module[original ns-allinone-2.28]

2006-01-11 Thread robbin
hi,all i downlord the software as following: 1.cygwin.exe 2.ns-allinone-2.28 3.ns-2 SCTP module [original ns-allinone-2.28] from http://www.armandocaro.net/software/ns2sctp/ I install cygwin on windows XP first. Then i tar xvfz ns-allinone-2.28 and gzip -d ns-allinone-2.28.sctp-rel3.5_patc

Re: [ns] wrong node routing agent... problem SOLVED

2006-01-11 Thread Cenker Demir
Hello all, I solved my "wrong node routing agent" problem. Actually, I was invoking the wrong ns.exe. After compiling ns2, my command was still calling the old "uncompiled" version of the executable. I just wanted to write this here, so this experience might help somebody else, someday... t

[ns] About the dsr priqueue

2006-01-11 Thread Ding; Yan Annie
Hi Dear users, I have a problem as the following when I run some applications in Version 2.28 over DSR: queue/dsr-priqueue.cc:308: failed assertion `prq_snd_[q].ifq_head == 0' Who could kindly tell me what is the problem and how to solve it? Thanks a lot, Annie

Re: [ns] install failure on debian testing

2006-01-11 Thread Soo-Hyun Choi
I think you don't seem to have Tcl/Tk development packages for Debian. You could probably do "sudo apt-get install tcl8.3-dev tk8.3-dev", and then try again ns-2 installation. -SH On 1/11/06, Leonardo Maccari <[EMAIL PROTECTED]> wrote: > > > I'm trying to install ns2 2.29 (tried 2.28 too) on de

[ns] How to implement SFQ

2006-01-11 Thread Carine . Balageas
Hi all, I'am trying to implement an SFQ but I have some problems and I need some help In the following code, I've first created a queue sfq0 with desired parameters (using the commands buckets and limit) but I don't find how to attach it to my link from $r2 to $k1. set sfq0 [new Queue/SFQ] $s

Re: [ns] install failure on debian testing

2006-01-11 Thread Michael Eyrich
Hi, Hello, there are superfluous "'" characters in unix/configure: grep in unix/configure for /etc/.relid and change it from system=MP-RAS-`awk '{print }' /etc/.relid'` to system=MP-RAS-`awk '{print }' /etc/.reli

[ns] Help MPLS

2006-01-11 Thread Andrea Collin
Hi All, Does anybody know if MPLS work with wireless-cum-wired network? Have an example?? Tanks in advance, Andrea - Yahoo! Photos – Showcase holiday pictures in hardcover Photo Books. You design it and we’ll bind it!

Re: [ns] new 80211

2006-01-11 Thread Kamal Gakhar
For as if now wired-cumwireless aspect is under consideration (And I should take a look on Francesco's script !!!); so NO wired-cum-wireless with Mathieu's work as if now. May be soon. On 1/10/06, Debora Meyhofer Ferreira <[EMAIL PROTECTED]> wrote: > > > Hello! > > I want to know if in this versi

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] install failure on debian testing

2006-01-11 Thread Leonardo Maccari
I'm trying to install ns2 2.29 (tried 2.28 too) on debian testing. If I understood correctly the allinone package should contain all I need, apart x library that I have installed separately, but installation script fails with this: *

[ns] EDF in ns2..??

2006-01-11 Thread Kamal Gakhar
Does anyone has any idea if EDF module for ns2 had been contibuted..?? -- Kamal

Re: [ns] Defining queing mechanisms

2006-01-11 Thread Kamal Gakhar
Chech this page on Sally's RED. Let me know if it helped: http://www.icir.org/floyd/red.html#parameters On 1/11/06, #LIM XIAOWEI# <[EMAIL PROTECTED]> wrote: > > > Hi! > > In order to implement queue mechanisms, i understand we can define it in > when we define the links such as > > $ns simplex-l

[ns] UM-OLSR v0.8.8 released

2006-01-11 Thread Francisco J. Ros
Hello everyone, Please apologize if this email is not of your interest. UM-OLSR 0.8.8, our OLSR implementation for the ns2 network simulator, has been released. It comes with a better default configuration and some improvements in the memory management. More info on UM-OLSR website: h

[ns] Eurane and input trace files

2006-01-11 Thread Alessandro Cortese
Hi, i'm preparing a thesis about internetworking between WLANs 802.11 and UMTS. I should design a mobile gateway whic move together with the wireless user terminals. I must use EURANE and NS-2 to simulate this scenario but, as far as i know, EURANE don't supports multiple celles environments,

[ns] HELP - URGENT - IFq length settings

2006-01-11 Thread Utente ns2
Hi everybody. Is it possible to SET the IFq LENGTH of a mobile node to 0 ? The minimum length I succeded to 'successfully' set is 2. In fact, in the case it is 0 or 1 I don't experience any packet exchange between the nodes of my scenario. Maybe there is some constraint related to programming

[ns] seeking for OSPF

2006-01-11 Thread Jean-Louis . PASSETEMPS
Hi everybody, I'm looking for an OSPF routing simulation. Does anyone know about such an implementation/contribution ? Thanks. Jean-Louis Passetemps Land & Joint Systems Thales Communications

[ns] Defining queing mechanisms

2006-01-11 Thread #LIM XIAOWEI#
Hi! In order to implement queue mechanisms, i understand we can define it in when we define the links such as $ns simplex-link If i want to implement RED queue mechanisms, what should i write in queue_ type? $ns simplex-link ?? Regards, zoe

[ns] invalid command name "Agent/Noah"

2006-01-11 Thread Dario Borriello
Hi, i have installed the protocol Noah in ns-2.29 through the following steps: Makefile.in add noah/noah.o \ to OBJ_CC and tcl/mobility/noah.tcl \ to NS_TCL_LIB noah/noah.{h,cc}add noah.h and noah.cc to a new subdirectory noah/ tcl/mobility/noah.tcl add noah.tcl to tcl/mobility/