[ns] mobiltiy model with obstacle and voroni graphs

2009-02-25 Thread sriram balakrishnan

has any one simulated obstacle mobility model in ns-2 and created pathways
using the voronoi diagrams. i am working on mobility modelling and anomaly
detection using mobility models. any help is welcome



-- 
B Sriram
India
mob : 09733706981


[ns] creating malacious nodes

2008-11-05 Thread sriram balakrishnan

-- Forwarded message --
From: sriram balakrishnan [EMAIL PROTECTED]
Date: Thu, Nov 6, 2008 at 8:18 AM
Subject: creating malacious nodes
To: ns-users@isi.edu


any idea how to make a specific node drop packets irrespective of routing
protocol

-- 
B Sriram
India
mob : 09733706981



-- 
B Sriram
India
mob : 09733706981


[ns] trace files

2008-10-09 Thread sriram balakrishnan

when i run my simulation in the trace file i get D in the first column is
this the same as d can i take it as a dropped packet or does it stand for
somthing else, no mention of this is given in the CMU trace file c++ code

selected portions of the tracefiles are enclosed

D 1.949834685 _23_ MAC  COL 0 ARP 80 [13a 17 a 806]] --- [REPLY 10/10
23/23]
D 1.950186192 _20_ MAC  COL 0 RTS 44 [5fe 14 d 0]]
.
.
.
.
D 15.437458267 _12_ MAC  COL 46 DSR 120 [0  20 800]] --- [20:255
22:255 32 0] 3 [1 2] [0 2 0 0-0] [0 0 0 0-0]
D 15.437458682 _47_ MAC  COL 46 DSR 120 [0  20 800]] --- [20:255
22:255 32 0] 3 [1 2] [0 2 0 0-0] [0 0 0 0-0]
D 15.437458689 _28_ MAC  COL 46 DSR 120 [0  20 800]] --- [20:255
22:255 32 0] 3 [1 2] [0 2 0 0-0] [0 0 0 0-0]
.
.
.
D 20.811743467 _20_ MAC  RET 0 RTS 44 [163e d 14 0]]
SSendFailure 20.811743467 _20_ 77 2 10:2 13:0 20-13 0 0 0 5 [14 9 19 |20 13
]
Ssalv 20.81174 _20_ salvaging 10 - 13 --- 77 with [(20) 38 13 ]
D 20.811743467 _20_ MAC  RET 77 cbr 580 [13a d 14 800]] --- [10:2 13:0
26 13] [2] 6 0

-- 
B Sriram
India
mob : 09733706981


[ns] segmentation fault with dsr

2008-10-07 Thread sriram balakrishnan

i tried to simulate the wireless1.tcl file given in marcs tutorial and ran
it for 50 nodes and 20 connections but when the protocol is set to dsr it
gives segmentation fault any idea why

-- 
B Sriram
Wing Commander
mob : 09733706981


[ns] setting random movement

2008-10-01 Thread sriram balakrishnan

in wireless1.tcl the random movement of mobile node is OFF . how do we turn
it on.
i had earlier asked how to set range for a node i have found the answer
thank q

-- 
B Sriram
Wing Commander
mob : 09733706981


[ns] range of mobile nodes

2008-09-30 Thread sriram balakrishnan

-- Forwarded message --
From: sriram balakrishnan [EMAIL PROTECTED]
Date: Tue, 30 Sep 2008 17:44:04 +0530
Subject: range of mobile nodes
To: ns-users@isi.edu

hi

i would like to know where is the range of the node/mobile node set, for
example if i want that i should set the range of my node as 200 meters and
anything beyond that is to be sent in multi hops.

-- 
B Sriram
Wing Commander
mob : 09733706981



-- 
B Sriram
Wing Commander
 mob : 09733706981



[ns] random source and destination

2008-09-16 Thread sriram balakrishnan

hi i am simulating a basic wireless networknbsp; using the program
wireless1.tcl given in tutorials.
(a) is there any way that i can create the set val(cp) file automatically
(b) how do i generate random source node and destination node pairs in
the network i.e any node can be at random be a source and send packets
to any other node.

-- 
B Sriram



Re: [ns] Ns-users Digest, Vol 57, Issue 16

2008-09-16 Thread sriram balakrishnan

On 9/17/08, [EMAIL PROTECTED] [EMAIL PROTECTED] 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
   [EMAIL PROTECTED]

 You can reach the person managing the list at
   [EMAIL PROTECTED]

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


 Today's Topics:

1. Understanding Mobile Nodes movement in NS2 (Nicholas Loulloudes)
2. Intallation Error using Cygwin (Vishal Agarwal)
3. ns_ variable in Multipath Classifier of Node object
   (Tatiana Polishchuk)
4. Re: Understanding Mobile Nodes movement in NS2
   (Nicholas Loulloudes)
5.  bi-directional traffic simulation (???)
6. Athens - 23 October 2008 - Second International Workshop on
   ns2 (Lloyd Wood)
7. TCP ACK and data paths (Rafiq Shaikh)


 --

 Message: 1
 Date: Tue, 16 Sep 2008 09:10:22 +0300
 From: Nicholas Loulloudes [EMAIL PROTECTED]
 Subject: [ns] Understanding Mobile Nodes movement in NS2
 To: Ns-users@ISI.EDU
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Hello all,

 I am trying to understand how mobile nodes in NS-2 move and i would like
 any possible help.

 Assuming that i have the following mobility scenario where i am
 interested for Node 49:


 $node_(49) set X_ 696220.00
 $node_(49) set Y_ 260720.00
 $node_(49) set Z_ 0.0
 $ns_ at 7.0 $node_(49) setdest 696193.8102 261479.3690 8.1233
 ..
 ..
 /* Other Node movements */
 ..
 ..
 $ns_ at 41.0 $node_(49) setdest 696269.3069 261551.7842 8.7203

 While reading the Nam trace file i can see that at Time= 27.0 , node 49
 is at the following coordinates ( 696087.18 , 261285.68 ). These
 coordinates are no where included in the mobility scenario. How did ns-2
 obtain these coordinates?

 Do you know how ns-2 implements node movements? Is there an algorithm
 for this?

 Thanks in advance.

 --
 _

 Nicholas Loulloudes
 High Performance Computing Systems Laboratory (HPCL)
 University of Cyprus,
 Nicosia, Cyprus

 Tel:  +357-22892663
 Email: loulloudes.n[at]cs.ucy.ac.cy

does the setdest file not have any mention of node activity during
that time. i am trying to implement a wireless n/w and generate the
scen file using setdest and save it in the scen folder. i shall run my
simulations and see if anything like that turns up.
-- 
B Sriram



[ns] reply : bi-directional traffic simulation (???)

2008-09-16 Thread sriram balakrishnan

i too experienced segmentation faults for a similar nature of work
however when i increased the time difference between the two traffic
it was not there. try and tell me if it works

-- 
B Sriram