[ns] instaling ns2 in redhat linux

2011-02-08 Thread Akalyadevi Karpagavinayagam

hi,

I am trying to install ns-2.34 in redhat linux.
But when i gave make command


it show the following statements
make[1]: Entering directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
make[1]: Entering directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
make[1]: Entering directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
make[1]: Entering directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
make[1]: Entering directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/nalina/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'



please suggest any idea


thanks in advance

regards,

akalya



Re: [ns] install ns2.29.3 in ubuntu 8.04, please help me

2011-02-08 Thread RamiHach


hi Francesco Zampognaro
can you please send me the steps how to install ns2.29 on ubuntu 8.04


Francesco Zampognaro wrote:
 
 
 Il 20/11/2010 20:17, Wei Zhang ha scritto:
 
 
 
 Hi All,
  
 I install ns2.29.3 in ubuntu 8.04 as follows:
  
 1) run
  
 # sudo apt-get install build-essential
 # sudo apt-get install tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev
 # sudo apt-get install libxmu-dev libxmu-headers
 
 2) ./install
  
 3) in ./bashrc file i add:
 export PATH=$PATH:/home/wei/ns-allinone
 2.29/bin:/home/wei/ns-allinone-2.29/tcl8.4.11/unix:/home/wei/ns-allinone-2.29/tk8.4.11/unix
 export
 TCL_LIBRARY=$TCL_LIBRARY:/home/wei/ns-allinone-2.29/tcl8.4.11/library
 export
 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/wei/ns-allinone-2.29/otcl-1.11:/home/wei/ns-allinone-2.29/lib
 
 when i run ns-allinone2.29/ns2.29/tcl/ex$ ns simple.tcl 
 It has an error: 
 Namesever not reachable
 simple.tcl  NS record not found
  
 (I checked simple.tcl file is always in ns-allinone2.29/ns2.29/tcl/ex)
  
 Could anybody please help me soon?
  
 Thank you in advance.
 Wei
 
 
 
   
 
 In your $PATH some command called ns is found before the one of NS2.
 You should either remove ns in the system, which btw is not necessary
 (type whereis ns to find it) or do something like:
 
 export PATH=/home/wei/ns-allinone
 2.29/bin:/home/wei/ns-allinone-2.29/tcl8.4.11/unix:/home/wei/ns-allinone-2.29/tk8.4.11/unix:$PATH
 
 so that you ns comes before. You can always cd into ns folder and
 execute it direclty with ./ns
 
 Bye.
 
 
 

-- 
View this message in context: 
http://old.nabble.com/install-ns2.29.3-in-ubuntu-8.04%2C-please-help-me-tp30267512p30871030.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] ARQ implementation

2011-02-08 Thread Teerawat@UBC

Hi, 

If you'd like to implement ARQ, please read

http://www.ns2ultimate.com/post/1539258323/arq-module-program-update

Best Wishes

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.ece.ubc.ca/~teerawat
http://www.t-issariyakul.blogspot.com
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear
On Feb 8, 2011, at 1:43 PM, bibhu sharma wrote:

 
 friends,i am doing my project in wimax which doesnt have patch file for ARQ
 implementation in ns-2.31. can anybody help me in doing so...pls reply..
 



Re: [ns] Ns-users Digest, Vol 86, Issue 7

2011-02-08 Thread ranjana pathak

Hello frds,

While accessing mobile broadband on ubuntu 9.10,
 I am facing error shown in attached screenshot.

Can anyone tell me whts the problem?


Regards
Ranjana



On Tue, Feb 8, 2011 at 11:00 AM, ns-users-requ...@isi.edu wrote:

 Send Ns-users mailing list submissions to
ns-users@isi.edu

 To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.isi.edu/mailman/listinfo/ns-users
 or, via email, send a message with subject or body 'help' to
ns-users-requ...@isi.edu

 You can reach the person managing the list at
ns-users-ow...@isi.edu

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Ns-users digest...


 Today's Topics:

   1. Re: Creating Relay Station (prabhakar_dorge2007)
   2.  create relay station (prabhakar_dorge2007)
   3. Fw: Scheduler: attempt to schedule an event with a NULL
  handler. (raviteja bl)
   4.  IEEE 802.15.4 GTS  indirect data transsmision (kdcorp)
   5. Re: how can I know the c++ compiler version (kdcorp)
   6. Re: can RED queue be used for wireless environment?? (baklouti)
   7. 802.11g simulation in ns 2.28 (Yared Birhanu)
   8. manoj gandamalla quiere mantener el contacto en LinkedIn
  (manoj gandamalla via LinkedIn)


 --

 Message: 1
 Date: Sun, 6 Feb 2011 22:53:00 -0800 (PST)
 From: prabhakar_dorge2007 prabhakar_dorge2...@rediffmail.com
 Subject: Re: [ns] Creating Relay Station
 To: ns-users@isi.edu
 Message-ID: 30861083.p...@talk.nabble.com
 Content-Type: text/plain; charset=us-ascii


 hi,

  I am implementing wimax network in NS2. I want to transmit the data
 from mobile user to the base station through relay station. Can you tell me
 how to create the relay station and how to send the data through that?

  Thanks in advance.
 --
 View this message in context:
 http://old.nabble.com/Creating-Relay-Station-tp9153111p30861083.html
 Sent from the ns-users mailing list archive at Nabble.com.



 --

 Message: 2
 Date: Sun, 6 Feb 2011 22:55:47 -0800 (PST)
 From: prabhakar_dorge2007 prabhakar_dorge2...@rediffmail.com
 Subject: [ns]  create relay station
 To: ns-users@isi.edu
 Message-ID: 30861091.p...@talk.nabble.com
 Content-Type: text/plain; charset=us-ascii


 hi,

  I am implementing wimax network in NS2. I want to transmit the data
 from mobile user to the base station through relay station. Can you tell me
 how to create the relay station and how to send the data through that?

  Thanks in advance.
 --
 View this message in context:
 http://old.nabble.com/create-relay-station-tp30861091p30861091.html
 Sent from the ns-users mailing list archive at Nabble.com.



 --

 Message: 3
 Date: Mon, 7 Feb 2011 13:54:29 +0530 (IST)
 From: raviteja bl i_ravitej...@yahoo.co.in
 Subject: [ns] Fw: Scheduler: attempt to schedule an event with a NULL
handler.
 To: ns-users@isi.edu
 Message-ID: 117513.65528...@web137310.mail.in.yahoo.com
 Content-Type: text/plain; charset=utf-8



 --- On Sun, 6/2/11, raviteja bl i_ravitej...@yahoo.co.in wrote:

 From: raviteja bl i_ravitej...@yahoo.co.in
 Subject: Scheduler: attempt to schedule an event with a NULL handler.
 To: ns-users@ISI.EDU
 Date: Sunday, 6 February, 2011, 9:29 PM

 hello

 i am trying to make changes in red. after making changes when i run the tcl
 script im getting the following error

 Scheduler: attempt to schedule an event with a NULL handler.

 plz help


 regards

 raviteja





 --

 Message: 4
 Date: Mon, 7 Feb 2011 06:08:04 -0800 (PST)
 From: kdcorp khalidst...@hotmail.com
 Subject: [ns]  IEEE 802.15.4 GTS  indirect data transsmision
 To: ns-users@isi.edu
 Message-ID: 30863877.p...@talk.nabble.com
 Content-Type: text/plain; charset=us-ascii


 Hi every body,
 I'm a student and i wanna ask you about an IEEE 802.15.4 feature that
 confused me.:confused:
 It's about the GTS an d the indirect data transmission.
 As far as i understood (from the IEEE 802.15.4-2006 standard document), the
 transmission during the CFP period in the Zigbee star network is done in an
 indirect way, i mean from a device to the coordinator which relay the data
 to the destination device in the PAN.
 It's the same thing in the indirect data transmission in the CAP period.
 But when i tried to simulate this feature (i mean the indirect data
 transmission in CAP, since there no implementation of the CFP in NS2), I
 noted that the data is sent directly even between two RFDs.:confused:
 do you have any explanation, or a correction if i misunderstood the way
 data
 communication is done.


 any help or advice is highly appreciated
 thank you in advance =)

 -
 I hope this has been informative for you

 --
 View this message in context:
 http://old.nabble.com/IEEE-802.15.4-GTS---indirect-data-transsmision-tp30863877p30863877.html
 Sent from the ns-users mailing list archive at 

[ns] graph for throughput

2011-02-08 Thread Akalyadevi Karpagavinayagam

hi,
  i need to plot the graph for throughput versus time .i am having awk
script but it shows the overall throughput only. please suggest me ..

thank u

regards,

akalya



Re: [ns] node color problem: my node just dont show color!

2011-02-08 Thread Manoj_Kumar



kylesartre wrote:
 
 set node_(0) [$ns node]
 $node_(0) color red
 I tried changing the color to red/Red/green/Green/blue/Blue but nothing
 seems to be working
 

The code should be like this:

$node_(3) color red
$ns_ at 2.5 $node_(3) color red

Here I have changed  node 3's  color to red at time 2.5.


-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/node-color-problem%3A-my-node-just-dont-show-color%21-tp30837446p30876172.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] graph for throughput

2011-02-08 Thread ankur goyal

Hi,

One approch which i used was in the AWK script (which gives you final
throughput), you can put a loop with let say time =1, which means the script
will calculate the throughput for every 1 sec and it will give you
corresponding throughput for every 1 sec which can then be stored in a file
and can be plotted.

If you want to change the duration than you will just need to change the
time from time=1 to some other value.

If anyone has any other approch than please share..

On Tue, Feb 8, 2011 at 10:55 PM, Akalyadevi Karpagavinayagam 
akalyad...@gmail.com wrote:


 hi,
  i need to plot the graph for throughput versus time .i am having awk
 script but it shows the overall throughput only. please suggest me ..

 thank u

 regards,

 akalya




-- 
Thanks,
Ankur
+91-8975125485


[ns] [tip] Obtaining Node Position and Energy Dynamically in NS2.34

2011-02-08 Thread Manoj_Kumar


Hi!
I have earlier noticed questions on how to calculate node position and
energy dynamically .
I began work on that and was able to obtain those parameters in few hours
work.
I have written an article on that. Hope it helps!
Link here: http://wp.me/piGUb-Ic

-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/-tip--Obtaining-Node-Position-and-Energy-Dynamically-in-NS2.34-tp30879605p30879605.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] Change Bit Rate during simulation time

2011-02-08 Thread Ali Ghandour

Hellooo,

I need to change the Bit rate (modulation scheme) in 802.11 during
simulation time.
Can you please show me how to do that from the C++ implementation of 802.11
and from the TCl file?

Thanks!!!


Regards,

Ali Ghandour

“When planning for a year, plant corn. When planning for a decade, plant
trees. When planning for life, train and educate people.”