[ns] "sharing information between classes"

2007-09-10 Thread Mallapur Veerayya
Hello NS users, I am implementing a cross layer design in which I need to share some information between WirelessPhy class and AODV class. class WirelessPhy : public Phy { public: WirelessPhy(); ... Implementation of "FunctionA()"; ... ... ... .. } class AODV: public

[ns] Wireless token ring

2007-09-10 Thread Riccardo
Hello, I have to create a wireless token ring with entring and exiting nodes. Someone could give me some tips on how to do it or link me a guide/tutorial? Thanks. _ Scarica GRATIS la versione personalizzata MSN di Internet Explorer

[ns] Wired cum wireless routing.

2007-09-10 Thread senkindu
Hi everyone, I am using the University of Pisa 802.11e HCCA patch by Claudio Cicconeti et al to run some wired cum wireless experiments. I have adapted my TCL script along the guidelines of Marc Greis' wired cum wireless tutorial example. When I run the TCL script I get error message shown below.

[ns] Help me with the DCCP module!

2007-09-10 Thread WangYaogong
Hi all, I'm using the DCCP module contributed by: http://lifc.univ-fcomte.fr/~dedu/ns2/ in ns-2.31. But when I tried the simple script in the attachment, I got the following error: DCCPAckVector::sendAckVector - Failed to add ack vector to option: err -1, size 254 Can anyone help me out? It

[ns] FW: How is timing taken care of in NS?

2007-09-10 Thread Kavuluri, Mallesh (IE10)
Hai, On a high level how is timing taken care of in ns? What do sched(delay) and resched(delay) functions do? If they schedule some thing, how do these functions know What to schedule? -Regards, Mallesh

[ns] !!! 802.15.4 MCPS_DATA_request

2007-09-10 Thread Francesco Magistro
Have anybody ever successfully used this primitive?! It's a couple of weeks that I'm trying to transfer my own data packet using that but not a packet leaves my nodes! Please help me _ Crea GRATIS i tuoi biglietti da visita su Window

Re: [ns] installation problem

2007-09-10 Thread Pedro Vale Estrela
http://www.google.pt/search?source=ig&hl=pt-PT&q=bash%3A+ns+command+not+foun d&meta= > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of sparsh attre > Sent: segunda-feira, 10 de Setembro de 2007 13:25 > To: ns-users@ISI.EDU > Subject: [ns] installat

Re: [ns] installation problem

2007-09-10 Thread alschosna ho
hi, I think you have to add ns2 environment variables at you .bashrc. These variables are noted in the end of install procedure. 2007/9/10, sparsh attre <[EMAIL PROTECTED]>: > > hi > i m facing a little problen in the installation of ns2.31 on fedora 5 > it is installing properly but when i vali

[ns] installation problem

2007-09-10 Thread sparsh attre
hi i m facing a little problen in the installation of ns2.31 on fedora 5 it is installing properly but when i validate it thn it takes approx 45 -50 mins and says that all tests have been passed but whn i type ns on the command prompt it reflects an error saying bash: ns command not found can u g

Re: [ns] installation problem

2007-09-10 Thread Rupesh Kumar
try this $ cd $ vi .bashrc now in the end of the .bashrc file add following lines PATH=$PATH:/usr/src/ns-allinone-2.29/bin:/usr/src/ns-allinone-2.29 /tcl8.4.11/unix:/usr/src/ns-allinone-2.29/tk8.4.11/unix export PATH LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/src/ns-allinone-2.29/otcl-1.11 export LD_

[ns] How to add new C++ classes to NS-2 2.31?

2007-09-10 Thread Ghada Al-Mashaqbeh
Dear all, I am new to NS-2, and frankly I am still in the learning phase to use it in my Master Thesis, I am trying to include the .cc and .h classes of the Ricean propagation model within the simulator. I am working under windows (using Cygwin), and I have no .o file of the classes, I ha

[ns] How to add new C++ classes to NS-2 2.31?

2007-09-10 Thread Ghada Al-Mashaqbeh
Dear all, I am new to NS-2, and frankly I am still in the learning phase to use it in my Master Thesis, I am trying to include the .cc and .h classes of the Ricean propagation model within the simulator. I am working under windows (using Cygwin), and I have no .o file of the classes, I have put

Re: [ns] How to add new C++ classes to NS-2 2.31?

2007-09-10 Thread Ye YiBin
You may need this page: http://www.isi.edu/nsnam/ns/tutorial/nsnew.html Is that Ricean.h and Ricean.cc? Try to add "mobile/Ricean.o" around Line235 on Makefile in ns directory. Paste your error messages here if it doesn't work. On 9/11/07, Ghada Al-Mashaqbeh <[EMAIL PROTECTED]> wrote: > > > Dear

[ns] "How to declare and use global variables in NS-2"

2007-09-10 Thread Mallapur Veerayya
Hello ns-users, I want some variables to be shared between WirelessPhy class and AODV class for which I need to declare global variables. can someone please help me in this regard Thanks in advance Regards Mallapur Veerayya M.Tech(CE) Reg No. 06307416

[ns] Helpp please, how to assign bandwidth per flow

2007-09-10 Thread Rami .Z.
Help how to assign bandwidth per flow? |--| 1-> |--| |--| |A |-- 2Mb -| B|-|C | |--|-2> |--| |--| i have this kind of topology and i want to assign only 30% of the bandwidth to flow 1 i kno

Re: [ns] How to add new C++ classes to NS-2 2.31?

2007-09-10 Thread Ghada Al-Mashaqbeh
OK! how to create Ricean.o? I have told u before that when I compile it with gcc many errors appears that said many required classes (included in Ricean.h) are not found in mobile directory, how can I do that under windows (using cygwin)? Thanx. Ghada Ye YiBin wrote: > > > You may need this