Re: [ns] Ns-users Digest, Vol 119, Issue 2

2013-11-04 Thread harpreet kaur

Hi
I wana to measure the number of packets received and dropped in LEACH
protocol implementation.plz help me


On Mon, Nov 4, 2013 at 6:30 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. Help my friends (Magdy Fares)
2. FW:  Help my friends (jose nmrd)


 --

 Message: 1
 Date: Sun, 3 Nov 2013 00:47:14 -0700 (PDT)
 From: Magdy Fares mfare...@yahoo.com
 Subject: [ns] Help my friends
 To: Ns-users List ns-users@isi.edu
 Message-ID:
 1383464834.28359.yahoomail...@web160902.mail.bf1.yahoo.com
 Content-Type: text/plain; charset=us-ascii

 Please, i implemented a new technique for filtering packets in a
 wired-based network. And I want to test the efficiency of this technique by
 measuring the no. of false positive and false negative as you know.

 And to do that, I need a huge number of nodes in the simulation.

 So the question is: How could I create this huge no. of nodes in the
 simulation?
 Am I should create them manually, node by node, which will be a big
 problem to create this huge no.
 Or, is there another way in NS2 to do this for me?

 Please, waiting for your important reply.

 Eng. Magdy Fadel

 --

 Message: 2
 Date: Sun, 3 Nov 2013 09:35:39 +
 From: jose nmrd jose-...@hotmail.com
 Subject: [ns] FW:  Help my friends
 To: ns-users@isi.edu ns-users@isi.edu
 Message-ID: dub124-w372d0c2e41fe508a106d8889...@phx.gbl
 Content-Type: text/plain; charset=iso-8859-1





 Hi Fares,
 i had a tcl script for my experiments. it has a fixed source and
 destination (node 0 and node 1 respectively), the others are randomely
 generated, after is the code tcl .

 #beggining**
 # Define options
 set val(chan) Channel/WirelessChannel ;# channel type
 set val(prop) Propagation/TwoRayGround ;# radio-propagation model
 set val(netif) Phy/WirelessPhy ;# network interface type
 set val(mac) Mac/802_11 ;# MAC type
 set val(ifq) Queue/DropTail/PriQueue ;# interface queue type
 set val(ll) LL ;# link layer type
 set val(ant) Antenna/OmniAntenna ;# antenna model
 set val(ifqlen) 50 ;# max packet in ifq
 set val(nn) 300 ;# number of mobilenodes
 set val(rp) AODV  ;#DSDV# routing protocol
 set val(x) 1000 ;# X dimension of topography
 set val(y) 1000 ;# Y dimension of topography
 set val(stop) 15 ;# time of simulation end
 set opt(energymodel)EnergyModel ;
 set opt(radiomodel) RadioModel ;
 set opt(initialenergy)  1;# Initial energy in Joules

 set ns [new Simulator]
 set tracefd [open simple.tr w]
 set namtrace [open simwrls.nam w]
 set windowVsTime2 [open win.tr w]

 $ns trace-all $tracefd
 $ns namtrace-all-wireless $namtrace $val(x) $val(y)

 # set up topography object
 set topo   [new Topography]

 $topo load_flatgrid $val(x) $val(y)

 create-god $val(nn)

 # configure the nodes
 $ns node-config -adhocRouting $val(rp) \
 -llType $val(ll) \
 -macType $val(mac) \
 -ifqType $val(ifq) \
 -ifqLen $val(ifqlen) \
 -antType $val(ant) \
 -propType $val(prop) \
 -phyType $val(netif) \
 -channelType $val(chan) \
 -topoInstance $topo \
 -agentTrace ON \
 -routerTrace ON \
 -macTrace OFF \
 -movementTrace ON \
 -energyModel $opt(energymodel) \
 -idlePower 1.0 \
 -rxPower 1.0 \
 -txPower 1.0 \
 -sleepPower 0.001 \
 -transitionPower 0.2 \
 -transitionTime 0.005 \
 -initialEnergy $opt(initialenergy)

 set topology [open topology.scn a]

 #**set the source and destinaon coordinates
#puts  $remaining $now\t 
 puts -nonewline $topology \$node_(0) set X_ 500
 puts -nonewline $topology \n
 puts -nonewline $topology \$node_(0) set Y_ 850
 puts -nonewline $topology \n
 puts -nonewline $topology \$node_(0) set Z_ 0.
 puts -nonewline $topology \n
 puts -nonewline $topology \$node_(1) set X_ 500
 puts -nonewline $topology \n
 puts -nonewline $topology \$node_(1) set Y_ 200
 puts -nonewline $topology \n
 puts -nonewline $topology \$node_(1) set Z_ 0.
  

[ns] How to set pause time in tcl script?

2012-04-17 Thread harpreet sandhu

Hi everyone

Can anyone tell me how to set pause time in tcl script?

Thanks in advance


[ns] tcl script of wired-cum wireless

2012-04-10 Thread harpreet sandhu

hi every one

i urgently need a tcl script of wired-cum wireless scenario to connect MANET 
with internet.
i found the script in NS2.34 but its just a demo...

Thanks in advance


[ns] wired cum wireless scenario no packet is recived at AGT

2012-04-10 Thread harpreet sandhu


Hi every one
I am simulating wired-cum-wireless using AODV +. But none of the packet is 
recieved at AGT all are recived at RTR.. So packet delivery ratio results 0.. 
Can any one tell me how i can solve this i have to submit my thesis b4 31 april.

Thanks in advance



[ns] how to increase mobile nodes in wired-cum-wireless domain

2007-11-03 Thread harpreet

  
hi
i am trying to increase the number of mobile nodes in wired-cum-wireless-sim 
program (avaialble in /ns2.28/tcl/ex).. when ever i try to increase the number 
of mobile nodes this gives me either segmentation fault or give me error of out 
of range address.. if anybody knows how to increase the mobile nodes and 
hierarical addressing space please help me..
thanks in advance


[ns] problem in wired-cum-wireless scenario

2007-11-01 Thread harpreet

  
 hi 
 i am working on wired-cum-wireless script.. my script work alright when there 
 are only 3 mobile nodes. but when u increase the mobile numbers.. this gives 
 me segmentation fault core dump.. i am using 

 #
   $ns_ node-config -addressType hierarchical
   AddrParams set domain_num_ 4  
   
   AddrParams set cluster_num_ {1 1 1 1}   
  
   AddrParams set nodes_num_ { 3 7 6 4 }


 set w1 [$ns_ node 0.0.0]
 set w2 [$ns_ node 1.0.0]

   
   $ns_ node-config -adhocRouting $opt(adhocRouting) \
  -llType $opt(ll) \
  -macType $opt(mac) \
  -ifqType $opt(ifq) \
  -ifqLen $opt(ifqlen) \
  -antType $opt(ant) \
  -propInstance $prop \
  -phyType $opt(netif) \
  -channel [new $opt(chan)] \
  -topoInstance $topo \
 -energyModel $opt(energymodel)\
 -rxPower $opt(p_rx)\
 -txPower $opt(p_tx)\
 -idlePower $opt(p_idle)\
 -initialEnergy $opt(initialenergy)\
  -wiredRouting ON \
  -agentTrace ON \
  -routerTrace ON \
  -macTrace OFF

 $ns_ node-config -wiredRouting OFF

 set aux 0
 for {set j 1} {$j 5} {incr j} {
 for {set h 1} {$h 26} {incr h} {
 set aux1 [expr $j+1]
 set direction $aux1.0.$h
 set numbero_nodo $aux
 incr aux
 set node_($numbero_nodo) [$ns_ node $direction]
 $node_($numbero_nodo) base-station [AddrParams addr2id [$host($j) node-addr]]
 }
 }

 #===
  to provide the addressing to mobile nodes.. can u please guide me how to 
 remove this error..
 other problem i am facing is when i change the routing protocol to aodv the 
number of packet send and received and dropped reduced to only tens(i am using 
3 mobile for this)  some time 10 to 30.and all throughput and results shows 
weared results.. and works alright when we change aodv with aodv+...  
if anybody know any perl or awk script to draw the energy graph please send me 
that as well
i need to sort out this problem soon.. if anybody know who to remove this error 
please help me

thanks in advance..


[ns] urgent help regarding installing ns2.28

2007-10-26 Thread harpreet

  
 

 
   
hi
i am trying to load ns-allinone-2.28 on my fedora core-4 linux..but this gives 
me problem while making ns2 shows some file named xpcs something missing or 
this can't find these files. 

and then i tried to load this on current version of cygwin this loaded alright 
gives no problem but when every i tried to put ns command this gives me 
bash: ns command not found
error. i tried to put all ld_libraries path and tcl_libraries path in my bashrc 
path in /home/user/.bashrc but this gives me more error and doesn't work even 
after that. if anybody using latest cygwin for ns2 please help me how to solve 
this problem. if possible please give your bashrc file and where and how to 
make change in bashrc..

anybody got any info regarding loading this on fedora core4 or changes in 
bashrc file please help me... i need this urgently.. 

 


[ns] help regarding patching gpsr

2007-09-21 Thread harpreet

  
 hi
i am biggner in ns2. i already patched ns2.29 with eurane patch for umts. and i 
also want to patch it with manet (anyone of aodv,dsr etc.)
or with gpsr patch for 2.29.. but these patches are made to run over clean 
version. please help to introduce these in this already patched version. please 
share information with me.
please help me .. i am looking for these info urgently..
many thanks in advance


[ns] regarding Multi-InteRfAce Cross-Layer Extension library for the Network Simulator

2007-09-17 Thread harpreet

hi  
i searched the internet and i find Multi-InteRfAce Cross-Layer Extension 
library for the Network Simulator. its written on there website that In this 
release, in addition to MIRACLE library, it is included a set of libraries to 
simulate wireless system networks, in detail:


Traffic generators

TCP Agents

IP modules

IEEE802.11 (both the one from standard ns distribution and Multirate)
MPhy, a general physical layer module in which interference of
in-flight packets is evaluated using a Gaussian Model, and an enhanced
propagation model is provided (fading with Jakes Simulator, shadowing
with Gudmonson model and path loss with Hata model)

UMTS: Link layer is derived from eurane extension [3]
Physical layer is develpoed exteding Mphy
Link and Wireless Channel
physical mobility models (standard and Gauss Markov mobility model)

i wann know anybody used umts in this extension.. i got really bad experience 
with eurane patch for umts..
please share if you got any info.
thanks in advance


[ns] regarding umts programming

2007-09-16 Thread harpreet

  


[ns] urgent help regarding hopping in umts in ns2

2007-07-02 Thread harpreet

hi
i am looking for implementing multiple hopping in umts and come across this 
text file that wireless node in ns are able to communicate using hops
The ad-hoc routing agent comes with the Wireless Nodes communicating over 
multiple wireless hops. In the simulation of UMTS scenarios, a UE could not use 
other UEs as the intermediate “base-stations”, instead it can only communicate 
with its NodeB. Hence, this ad-hoc routing produces unwanted and incorrect 
results in Mobile
IP scenarios. The Non-Ad-Hoc Routing Agent (NOAH) developed by J. Widmer in is 
installed as the routing module in the UMTS simulator. The UE only keeps a list 
of other UE nodes that are within its service range, but it does not exchange 
routing tables for multihop routing purpose.  With Mobile IP, beacon messages 
(and also agent solicitations from the UE) are broadcasted to all the UEs in 
its service range. The UE and NodeB then initialise the list of UMTS nodes in 
range and establish a direct communication between them so that nodes can 
exchange packets. Therefore, the NOAH node lists can be initialised accordingly 
since Mobile IP agent discovery control messages are always sent in a 
broadcasting mode. from
http://icapeople.epfl.ch/widmer/uwb/ns-2/noah/;

if anybody knows how to implement intelligent hopping in umts please help.
thanks in advance


Re: [ns] help required regarding analysis of tracefile

2007-06-05 Thread harpreet

  hi
thanks for information. but i already tried these codes. if you check the codes 
these depends upon the 'd' symbole in tracefile. but i got tracefile of eurane 
which do not have 'd'-drop packet. but i am sure there are some resending of 
packets. so these doesn't work out for me. 
thanks for reply.


On Mon, 04 Jun 2007 Tiago Junqueira wrote :
Hi,

   I already made the same question, i'm using the NIST WiMAX module,
and the trace files are hard to analyse. So what i did was to use this
method: http://140.116.72.80/~smallko/ns2/tool_en.htm  ,made by
Chih-Heng, Ke.

With the c++ functions you get 2 files which the default name is rd
and sd.  This files are easy to analyse, and i'm getting results
that look good, but unfortunately i can't tell if it is reliable
method to use, i'm just using, the best thing was to know exactly how
to interpert the trace files, but for me, at this moment i don't have
time.
I already asked in the forum but i got no opinions about the method.

kindly, Tiago Junqueira


Re: [ns] help required regarding analysis of tracefile

2007-06-01 Thread harpreet

hi

  thanks for reply. my problem is there is no inforamtion when data is send 
from source node and there is no information when packet is dorpped (as there 
is no s and d in first colum) and i go to analysis this file all analysis files 
like throughput, jitter and all other work with s and r and d in starting. i 
can't analysis this tracefile.
i am not expert in linux and in  ns2. can u please suggest me how to analysis 
these type of trace files.
thanks in advance


On Fri, 01 Jun 2007 Daniel Mahrenholz wrote :
Hi,

harpreet schrieb:
   Hi.
I want to analysis trace file which looks like (not exactly ) data given 
below.
Here are NS Manual's example
+ 1.84375 0 2 cbr 210 --- 0 0.0 3.1 225 610
- 1.84375 0 2 cbr 210 --- 0 0.0 3.1 225 610
r 1.84471 2 1 cbr 210 --- 1 3.0 1.0 195 600
r 1.84566 2 0 ack 40 --- 2 3.2 0.1 82 602
+ 1.84566 0 2 tcp 1000 --- 2 0.1 3.2 102 611
- 1.84566 0 2 tcp 1000 --- 2 0.1 3.2 102 611
r 1.84609 0 2 cbr 210 --- 0 0.0 3.1 225 610
+ 1.84609 2 3 cbr 210 --- 0 0.0 3.1 225 610
d 1.84609 2 3 cbr 210 --- 0 0.0 3.1 225 610
- 1.8461 2 3 cbr 210 --- 0 0.0 3.1 192 511
r 1.84612 3 2 cbr 210 --- 1 3.0 1.0 196 603
+ 1.84612 2 1 cbr 210 --- 1 3.0 1.0 196 603
- 1.84612 2 1 cbr 210 --- 1 3.0 1.0 196 603
+ 1.84625 3 2 cbr 210 --- 1 3.0 1.0 199 612

Ok. last field is packet identifier right? and it's unique.
But 1st line 610 packet enque and next deque. but 7th line 610 packet again 
received and enque and dropped.
How can this happen? packet identifier is not unique?
 
Line 1: packet #610 enqueued on node 0
Line 2: packet #610 dequeued on node 1
Line 7: packet #610 received on node 2 from node 0
Line 8: packet #610 enqueued on node 2 (now with new destination / next hop 3)
Line 9: packet #610 dropped

If you receive a packet, the receiver is still the destination.

Hope this clearifies you problem.,
Daniel.

-- Dr.-Ing. Daniel Mahrenholz
rt-solutions.de GmbH
Oberländer Ufer 190a
D-50968 Köln

Web: www.rt-solutions.de

rt-solutions.de
networks you can trust.



harpreet singh


[ns] help required regarding my project

2007-05-31 Thread harpreet

  
hi

i am also looking for some help regarding my project. i am want to implement 
ad-hoc networking like manet and relaying in umts or in gsm. i think this needs 
joining manet + umts and then some modification in routing. please suggest me 
how to implement all these together. what the option you think i can have for 
easy programing. 
and i am also looking for informaion regarding if i make change in any routing 
protocol how to implement that in ns2. where to make changes and what to do so 
that these comes in action. when and how to do make file and all that..
if u have any info related to that please share this me i need this urgently 
for my project work.
thanks in advance



harpreet singh


[ns] help required regarding analysis of tracefile

2007-05-31 Thread harpreet

  
Hi.
I want to analysis trace file which looks like (not exactly ) data given below.
Here are NS Manual's example
+ 1.84375 0 2 cbr 210 --- 0 0.0 3.1 225 610
- 1.84375 0 2 cbr 210 --- 0 0.0 3.1 225 610
r 1.84471 2 1 cbr 210 --- 1 3.0 1.0 195 600
r 1.84566 2 0 ack 40 --- 2 3.2 0.1 82 602
+ 1.84566 0 2 tcp 1000 --- 2 0.1 3.2 102 611
- 1.84566 0 2 tcp 1000 --- 2 0.1 3.2 102 611
r 1.84609 0 2 cbr 210 --- 0 0.0 3.1 225 610
+ 1.84609 2 3 cbr 210 --- 0 0.0 3.1 225 610
d 1.84609 2 3 cbr 210 --- 0 0.0 3.1 225 610
- 1.8461 2 3 cbr 210 --- 0 0.0 3.1 192 511
r 1.84612 3 2 cbr 210 --- 1 3.0 1.0 196 603
+ 1.84612 2 1 cbr 210 --- 1 3.0 1.0 196 603
- 1.84612 2 1 cbr 210 --- 1 3.0 1.0 196 603
+ 1.84625 3 2 cbr 210 --- 1 3.0 1.0 199 612

Ok. last field is packet identifier right? and it's unique.
But 1st line 610 packet enque and next deque. but 7th line 610 packet again 
received and enque and dropped.
How can this happen? packet identifier is not unique?
or... What is differnece between +, r operation?
How can I get q length??? I think using +, -, q field enough. 
i think Those fields indicate between which 2 nodes tracing is happened. The 
first 3 operations on 610 happen between 0 and 2,
and the next 2 (+,d) are between 2 and 3.
i use the trace-all command. even then this is not showing the files droped. i 
am using this for eurane patched ns2.30 version. 
please help me in getting analysis graph from trace file.


harpreet singh


[ns] ns2:urgent regarding eurane programing and analysis

2007-04-09 Thread harpreet

  
  
hi
i am using eurane for ns2.30. i have some question regarding that...

the trace file i got after simulation got no row with stating with 'd' or 's'. 
it have only '+', '-' and 'r'. but there is some resending of data packet which 
i checked. can u please tell me how to analysis this trace file

i want to how to implement some fading model like reyligh fading model or 
introducing awg noise in this eurane model...

which files should i have to change if i want to change its routing stratigies 
like if i want to introduce hopping in commmunication

and finally is it possible in eurane to have communication between two mobile 
node through base station...

if u know any thing about this please help me in programming this eurane...
that will be great help...
thanks in advance

harpreet singh


[ns] ns : urgent help needed regarding tracing

2007-03-21 Thread harpreet

  hi
i am trying eurane programming for ns2. i got every thing write except error in 
tracing information regarding the transmission time of data from node. i some 
of my program is following..


set f [open outmodified.tr w]
$ns trace-all $f

# Node address is 0.
set rnc [$ns create-Umtsnode]
# Node address is 1.
set bs [$ns create-Umtsnode]

# Node address for ue1 and ue2 is 2 and 3, respectively.
set ue1 [$ns create-Umtsnode]
set ue2 [$ns create-Umtsnode]# Node address for sgsn0 and ggsn0 is 4 and 5, 
respectively
set sgsn0 [$ns node]
set ggsn0 [$ns node]

# Node address for node0 is 6
set node0 [$ns node]
# Connections between fixed network nodes
$ns duplex-link $rnc $sgsn0 655Mbit 1ms DropTail 1000
$ns duplex-link $sgsn0 $ggsn0 655Mbit 1ms DropTail 1000
$ns duplex-link $ggsn0 $node0 655Mbit 1ms DropTail 1000

# Tracing for all DCH traffic in downtarget
$rnc trace-inlink-tcp $f 0
$bs trace-outlink $f 2
$bs trace-inlink $f 2

#  UE1 Tracing
$ue1 trace-inlink $f 2
$ue1 trace-inlink-tcp $f 2


please tell me what to add to get the trace information of node0 to sgsn. i am 
not able to check the time at which data is transmited from node0.
please help me if u know what to add in this. i need this urgently for my 
program. 
thanks in advance


harpreet singh


[ns] ns2: urgent regarding trace file analysis

2007-03-21 Thread harpreet
  0 6.0 2.0 3 4 58
r 2.670015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 55
r 2.670015 2 1 LMS_SETUP 40  0 2.0 6.0 2 16 3
+ 2.670015 1 0 LMS_SETUP 40  0 2.0 6.0 2 16 3
- 2.670015 1 0 LMS_SETUP 40  0 2.0 6.0 2 16 3
r 2.674017 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 57
+ 2.679 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 59
- 2.679 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 59
r 2.680015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 56
r 2.684017 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 58
r 2.685016 1 0 LMS_SETUP 40  0 2.0 6.0 2 16 3
+ 2.685066 0 4 ack 40 --- 0 2.0 6.0 2 16
- 2.685066 0 4 ack 40 --- 0 2.0 6.0 2 16
r 2.686066 0 4 ack 40 --- 0 2.0 6.0 2 16
+ 2.686066 4 5 ack 40 --- 0 2.0 6.0 2 16
- 2.686066 4 5 ack 40 --- 0 2.0 6.0 2 16
r 2.687066 4 5 ack 40 --- 0 2.0 6.0 2 16
+ 2.687066 5 6 ack 40 --- 0 2.0 6.0 2 16
- 2.687066 5 6 ack 40 --- 0 2.0 6.0 2 16
r 2.688067 5 6 ack 40 --- 0 2.0 6.0 2 16
+ 2.688067 6 5 tcp 1040 --- 0 6.0 2.0 4 17
- 2.688067 6 5 tcp 1040 --- 0 6.0 2.0 4 17
+ 2.688067 6 5 tcp 1040 --- 0 6.0 2.0 5 18
- 2.68808 6 5 tcp 1040 --- 0 6.0 2.0 5 18
+ 2.689004 0 1 xcp 40  0 6.0 2.0 3 4 60
- 2.689004 0 1 xcp 40  0 6.0 2.0 3 4 60
r 2.68908 6 5 tcp 1040 --- 0 6.0 2.0 4 17
+ 2.68908 5 4 tcp 1040 --- 0 6.0 2.0 4 17
- 2.68908 5 4 tcp 1040 --- 0 6.0 2.0 4 17
r 2.689092 6 5 tcp 1040 --- 0 6.0 2.0 5 18
+ 2.689092 5 4 tcp 1040 --- 0 6.0 2.0 5 18
- 2.689092 5 4 tcp 1040 --- 0 6.0 2.0 5 18
r 2.690015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 57
r 2.690092 5 4 tcp 1040 --- 0 6.0 2.0 4 17
+ 2.690092 4 0 tcp 1040 --- 0 6.0 2.0 4 17
- 2.690092 4 0 tcp 1040 --- 0 6.0 2.0 4 17
r 2.690105 5 4 tcp 1040 --- 0 6.0 2.0 5 18
+ 2.690105 4 0 tcp 1040 --- 0 6.0 2.0 5 18
- 2.690105 4 0 tcp 1040 --- 0 6.0 2.0 5 18
r 2.691105 4 0 tcp 1040 --- 0 6.0 2.0 4 17
r 2.691118 4 0 tcp 1040 --- 0 6.0 2.0 5 18
r 2.694001 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 59
+ 2.699003 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 61
- 2.699003 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 61
r 2.700015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 58
r 2.704005 0 1 xcp 40  0 6.0 2.0 3 4 60
+ 2.709014 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 62
- 2.709014 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 62
r 2.710015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 59
r 2.714004 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 61
+ 2.719006 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 63
- 2.719006 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 63
r 2.720015 1 2 xcp 40  0 6.0 2.0 3 4 60
r 2.724015 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 62
+ 2.729005 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 64
- 2.729005 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 64
r 2.730015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 61
r 2.734007 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 63
+ 2.739007 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 65
- 2.739007 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 65
r 2.740015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 62
r 2.744006 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 64
+ 2.74902 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 66
- 2.74902 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 66
r 2.750015 1 2 LMS_SETUP 40  0 6.0 2.0 3 4 63
r 2.754008 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 65
+ 2.759013 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 67
- 2.759013 0 1 LMS_SETUP 40  0 6.0 2.0 3 4 67

please advice me how to analysis this.
i need this urgently if u know how to calculate this please send me regarding 
information.
thanks in advance

harpreet singh


[ns] about analysis of trace file

2007-03-15 Thread harpreet

  
Hi all,

I need to calculate the throughput of a link and draw other analysis  graph. i 
have trace file. please tell command to have graphs of tracefile.
Thanks in advance


harpreet singh


[ns] urgent: help regarding euran programming

2007-03-08 Thread harpreet

  hi
i have some problem in euran programming. i tried the test script these run 
fine. but i want to modify umts script. (in which current communication  
between node1-rnc and acknowledgement send to bs which is at node1.) but there 
is no communication to ue1 or ue2 which are connected by umts link. when i try 
to connect rnc and ue1 through wireless channel or by duplex link this gives 
error. please advice me how to send data to ue from node1 through base station 
through umts ..

and i try to join euran's mailing list and join that no of time but no reply 
received from this. can u please tell me how to join this.
thanks in advance



harpreet singh


Re: [ns] urgent: help regarding euran programming

2007-03-08 Thread harpreet
 1000 --- 0 4.0 2.0 20 20
- 1.038095 4 0 cbr 1000 --- 0 4.0 2.0 20 20
+ 1.039 0 1 AM_Data 40  0 4.0 2.0 0 0 0
- 1.039 0 1 AM_Data 40  0 4.0 2.0 0 0 0
+ 1.039011 0 1 AM_Data 40  0 4.0 2.0 0 0 1
- 1.039011 0 1 AM_Data 40  0 4.0 2.0 0 0 1
+ 1.039011 0 1 AM_Data 40  0 4.0 2.0 0 0 2
- 1.039012 0 1 AM_Data 40  0 4.0 2.0 0 0 2
+ 1.039013 0 1 AM_Data 40  0 4.0 2.0 0 0 3
- 1.039013 0 1 AM_Data 40  0 4.0 2.0 0 0 3
r 1.03961 4 0 cbr 1000 --- 0 4.0 2.0 2 2
+ 1.04 4 0 cbr 1000 --- 0 4.0 2.0 21 21
- 1.04 4 0 cbr 1000 --- 0 4.0 2.0 21 21
r 1.041514 4 0 cbr 1000 --- 0 4.0 2.0 3 3
+ 1.041905 4 0 cbr 1000 --- 0 4.0 2.0 22 22
- 1.041905 4 0 cbr 1000 --- 0 4.0 2.0 22 22
r 1.043419 4 0 cbr 1000 --- 0 4.0 2.0 4 4
+ 1.04381 4 0 cbr 1000 --- 0 4.0 2.0 23 23
- 1.04381 4 0 cbr 1000 --- 0 4.0 2.0 23 23
r 1.045324 4 0 cbr 1000 --- 0 4.0 2.0 5 5
+ 1.045714 4 0 cbr 1000 --- 0 4.0 2.0 24 24
- 1.045714 4 0 cbr 1000 --- 0 4.0 2.0 24 24
r 1.047229 4 0 cbr 1000 --- 0 4.0 2.0 6 6
+ 1.047619 4 0 cbr 1000 --- 0 4.0 2.0 25 25
- 1.047619 4 0 cbr 1000 --- 0 4.0 2.0 25 25
r 1.049133 4 0 cbr 1000 --- 0 4.0 2.0 7 7
+ 1.049524 4 0 cbr 1000 --- 0 4.0 2.0 26 26
- 1.049524 4 0 cbr 1000 --- 0 4.0 2.0 26 26
r 1.051038 4 0 cbr 1000 --- 0 4.0 2.0 8 8
+ 1.051429 4 0 cbr 1000 --- 0 4.0 2.0 27 27
- 1.051429 4 0 cbr 1000 --- 0 4.0 2.0 27 27
r 1.052943 4 0 cbr 1000 --- 0 4.0 2.0 9 9
+ 1.05 4 0 cbr 1000 --- 0 4.0 2.0 28 28
- 1.05 4 0 cbr 1000 --- 0 4.0 2.0 28 28
r 1.054001 0 1 AM_Data 40  0 4.0 2.0 0 0 0
+ 1.054001 1 2 AM_Data 40  0 4.0 2.0 0 0 0


please help me in getting respose from ue1. how to get communication from 
ue1,ue2(address 2,3)
thanks in advance

harpreet singh


Re: [ns] tk8.4.11 make failed!

2007-02-28 Thread harpreet

hi
i am also getting same problem while making tk8.4.14 file in tk3d.c file. i 
seached previous tread. there is one similar problem in 2005 . that person 
gives solution to load X-development environment. because this requires 
C-development lib.
i haven't tried this yet. so u can try this solution. 
reply if that works for you


  
On Mon, 27 Feb 2006 20:36:44 -, Kevin.McGrath wrote
 Help ... please
[snip]
 For problems with Tcl/Tk see http://www.scriptics.com
 http://www.scriptics.com/

First: have you searched http://www.tcl.tk/ for help?

Second: maybe we could help you if you post the parameters and output of
./configure

--
 Emanuele  Vecchio 
Happy Debian GNU/Linux User
: emanu at linux.it ::


harpreet singh


[ns] how to generate xgraph from tracefile

2007-02-28 Thread harpreet

  
hi
i generated the tracefiles from project. i want to how to get the xgraph from 
tracefile.
please help me in getting xgraphs.
thanks in advance


harpreet singh


Re: [ns] urgent : problem in installing ns2

2007-02-27 Thread harpreet

  
hi 
i check the previsous tread i got only one similar tread 
http://mailman.isi.edu/pipermail/ns-users/2006-November/057980.html
but there is no solution for this proble.
if any body know how to solve this problem please help me...


On Tue, 27 Feb 2007 Matthias Kuhnert wrote :
Hi,

search the mailinglist, there were recently some similar problems posted with 
solutions. One time it had to do with different bash versions, some of which 
did not like a apostrophes at a certain place, or it was some incompatible 
compiler version

Greets,
  Matthias


 Original-Nachricht 
Datum: 27 Feb 2007 14:30:17 -
Von: harpreet [EMAIL PROTECTED]
An: ns_users ns-users@ISI.EDU
CC:
Betreff: [ns] urgent : problem in installing ns2

 
  hi
  i have older version of ns2 now i uninstall that and now when i try to
  reload ns2.30 or and then other earlier version too i am getting problem in
  installing i am following these steps to install these ns2 version.  it 
  gives
  me problem in tk file installation
 
 
  i am using fedora core 4 version for linux
  i logon as root
  userid root
  password   yourpassword
 
  Place ns-allinone-2.30.tar.gz file in the directory
  /usr/src
 
  Open a terminal window and move to the /usr/src directory
  cd  /usr/src
 
  Unpack this file using the command
  tar -xvzf ns-allinone-2.30.tar.gz
 
  This will unpack the files and create a new subdirectory
  /usr/src/ns-allinone-2.30
 
  Move into the new directory
  cd ns-allinone-2.30
 
  To compile the source files enter (dot slash install)
  The dot means use the current directory
  ./install
 
 
  and this finally gives me following error
 
 
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1305: error:
  syntax error before ‘)’ token
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1307: error:
  syntax error before ‘)’ token
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1307: error:
  syntax error before ‘)’ token
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1308: error:
  syntax error before ‘)’ token
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c: In function
  ‘TkDebugBorder’:
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1388: error:
  ‘borderPtr’ undeclared (first use in this function)
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1391: error:
  invalid operands to binary *
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1391: error:
  syntax error before ‘)’ token
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1394: error:
  request for member ‘borderTable’ in something not a structure or
  union
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1394: error:
  request for member ‘borderTable’ in something not a structure or
  union
  /usr/src/ns-allinone-2.30/tk8.4.13/unix/../generic/tk3d.c:1396: error:
  syntax error before ‘)’ token
  {standard input}: Assembler messages:
  {standard input}:13: Error: symbol `q' is already defined
  {standard input}:25: Error: symbol `q' is already defined
  {standard input}:31: Error: symbol `q' is already defined
  {standard input}:37: Error: symbol `p' is already defined
  {standard input}:79: Error: symbol `dy' is already defined
  {standard input}:85: Error: symbol `dx' is already defined
  make: *** [tk3d.o] Error 1
  tk8.4.13 make failed! Exiting ...
  For problems with Tcl/Tk see http://www.scriptics.com
 
 
 
  please help me in installing this. because i already uninstalled earlier
  version and i have to some urgent project work.
 
  thanks in advance
 
 
  harpreet singh

--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser


harpreet singh


[ns] how to implement umts patch in ns2

2007-02-27 Thread harpreet

  
hi
i am also want to know how to implement the umts patch in ns2. do i have to go 
to root for implementing patch or i can do it from user login. and which 
command i need to implement these patches.
thanks

harpreet singh


[ns] error while exicuting UMTS FDD

2007-02-16 Thread harpreet

hi
i am getting error while exicuting UMTSFDD  

set opt(chan)Channel/FddChannel;# channel type
set opt(prop)Propagation/UmtsFdd;   # radio propagation model
set opt(netif)   Phy/UmtsFddPhy;# network interface type
set opt(macbs)   Mac/UmtsFdd/BS;# BS MAC type
set opt(macms)   Mac/UmtsFdd/MS;# MS MAC type

Mac/UmtsFdd set verbose_ 0; # to include MAC verbose output
Mac/UmtsFdd set alloc_trace_ 0; # trace allocated blocks
Mac/UmtsFdd set snr_trace_ 1;   # trace SNR
Mac/UmtsFdd set txpower_trace_ 1;   # trace tx power
Mac/UmtsFdd set DCH_UL_SF_ 128; # uplink DCH SF
Mac/UmtsFdd set min_DSCH_SF_ 4;
Mac/UmtsFdd set mean_inter_ -75;
Mac/UmtsFdd set var_inter_ 0;
Phy/UmtsFddPhy set error_rate_ 0;
Phy/UmtsFddPhy set verbose_ 0;



this give me error
invalid command name Mac/UmtsFdd
while executing
Mac/UmtsFdd set verbose_ 0
(file umts_fdd.tcl line 35)



if anybody knows how to define these umtsfdd parameter. please help in this 
metter.
thanks

harpreet singh


[ns] urgent : how to generate forwarding node in wireless network

2007-02-09 Thread harpreet

  
hi 
i am working on wireless network scenario in which one node retransmit the data 
received to other node. 

I am looking for these scenario urgently.
if anybody knows this please share related knowledge.

thanks in advance


harpreet singh


[ns] urgent : Multiple hopping from source to dest

2007-02-09 Thread harpreet



thanks guys.
is this possible to provide some fixed hopping node or routng path in mobile 
network. and what happened if the node which is out of range want to send 
packets through base station. let n3 out of range bs is base station and signal 
reached to n3 from bs through n2. but if n2 want to communicate n1 any other 
node which path signal follow now. 
1. signal goes to bs through n2 and then from bs to b1
or
2. signal goes to n1 from n3 directly if its in range
or
3. signal goes to n1 from n3 through hopping at node n2.

can u please tell me how to implement patch for routing.
thanks guy for help.







One way to introduce multihop is to increase the distance between each
node to be 250m, as the default trasnmission range for each node is set to
be 250m, alternatively you can decrease the transmit power for each node,
thus if you have 3 nodes (a,b  c), and you want to transmit from a to  c,
then if you set less transmit power e.g. 40m for each node. You will
observe message reaching c via b.
Alternatively you can introduce NOAH routing  protocol, this allows you to
create a multihop scenario within the requred nodes (you will need to
download the patch and install NOAH.
I hope this helps


Kind regards

Qasim Raza Iqbal
PhD Candidate,
ACNRG Lab N504,  Office N505
Adaptive Communications Networks Research Group,
School of Engineering And Applied Science
Aston University
Birmingham  B4 7ET
United Kingdom
http://www.ee.aston.ac.uk/research/acrg/index.html
  
Make sure that transmission range is less than inter-node distance.
You can see the archives on how to set the transmission range. In the
process, you will also require to use the program:
ns-2.30/indep-utils/propagation/threshold

Tarun


On 8 Feb 2007 16:46:17 -, harpreet [EMAIL PROTECTED] wrote:


 Hi
   I am a beginner in NS. I am trying to simulate multihopping in a
 linear network on n nodes where the source is node1 and destination is
 node-n.
 I am using DSR as the routing protocol.But instead of multi hopping
 node 1 is directly sending packets to node n.
 How can I make node 1 transmit to node n by by hopping through all the
 intermediate nodes?


 harpreet singh



harpreet singh


[ns] urgent : Multiple hopping from source to dest

2007-02-08 Thread harpreet

  
Hi 
  I am a beginner in NS. I am trying to simulate multihopping in a 
linear network on n nodes where the source is node1 and destination is
node-n.
I am using DSR as the routing protocol.But instead of multi hopping 
node 1 is directly sending packets to node n.
How can I make node 1 transmit to node n by by hopping through all the
intermediate nodes?


harpreet singh