[ns] Accessing node coordinates

2014-05-18 Thread Najma Ismat
Hi, I m simulating Leach protocol with mobility and I want to print all mobile sensor nodes coordianates at the start of every round. I have been able to access node coordinates with the help of a command, but whenever I tried that at the start of the round I can only access nodes that are cont

[ns] Accessing nodes

2014-05-15 Thread Najma Ismat
Hi,I want to control cluster-head selection process of leach where only some specific node's should be selected as Cluster-head but whenever protocol run, it randomly picks node for the possible contender of being a cluster-head.Please guide how to access all nodes before the start of a round.

[ns] Node Position

2014-05-05 Thread Najma Ismat
pattern file. Can anyone guide how to achieve this also how should i run individual routing solution in every grid. I'll be extremely grateful if anyone can guide.Regards,Najma Ismat

[ns] how to change the transmission range of a node???

2014-01-25 Thread Najma Ismat
Hi,I want to change the transmission range of sensor node from 100m to 250m and and i have read that for changing transmission range i should change the RXThreshold. In my tcl script which is generated using tcl script generator i m confused with some parameters for the calculation of RXThresh

[ns] Gauss-Markov model not working with ns-2

2013-11-19 Thread Najma Ismat
Hi, I want to simulate WSN using Gauss-Markov mobility model but whenever i tried to use the mobility file generated by bonnmotion i m getting error during simulation. Please guide how to resolve this issue. Regard,Najma# The comma

[ns] Printing Node ID

2013-11-08 Thread Najma Ismat
eption 0.000924#####Regards,Najma Ismat

[ns] sendUp and sendDown Methods

2013-10-30 Thread Najma Ismat
Hi, for my research work i want to know from where sendUp(Packet *p) and sendDown(Packet *p) methods have been called.I ll be extremely grateful if anyone can guide.regards,najma

[ns] Energy Model

2013-10-21 Thread Najma Ismat
Hi,I want to modify the energy model of sensor node. I m using ns-2.29 mannasim for sensor network simulation. I want to modify the energy model for sensor node and have read in mannasim class manual that the battery class of sensor node extends Energy-model class which means all fields are inh

[ns] Ns-2 make error

2013-10-01 Thread Najma Ismat
Hi, I m working on the energy model of leach protocol, and for that using Ns-2.29 with mannasim. I have added few lines in battery.cc and battery.h ( which is used for sensor nodes), and run make command, my code compiles perfectly without any error, then I commented the changes made and run m

[ns] GaussMarkov mobility model

2013-07-22 Thread Najma Ismat
Hi, i m simulating leach protocol with Gauss-Markov mobility model, but my simulation ends within 1 sec although the complete simulation time is 500 sec. i m not getting any errors. the mobility pattern is generated using bonnmotion mobility tool. i have used the same tool for generating random

[ns] calculating network energy from the trace file

2013-06-20 Thread Najma Ismat
hi,i want to calculate remaining energy of sensor nodes after every 15 sec during 500 sec simulation. can anyone guide how to do that using awk scripting? i can calculate the remaining energy of the sensor at the end of the simulation from the trace file but have no idea how to get the values a

[ns] node's initial coordinates

2013-04-20 Thread Najma Ismat
Hi, i m simulating leach protocol and want to get the initial coordinates of the nodes in my .cc file to calculate node's distance from the base station. i have been able to get individual node's coordinates at run time following the link mentioned below but unable to get its initial coordina

[ns] Node Coordinates

2013-04-17 Thread Najma Ismat
Hi,I want to print the position of nodes at the start of the simulation on the terminal window, can anyone guide how to do that? I have included mobility pattern file in my tcl script for the node placement and position.Regards,Najma

[ns] make error

2013-01-03 Thread Najma Ismat
hi,I m using ns-2.29 with mannasim and i have made few changes in leach protocol by adding two new send member functions “Hello” and "Reply" and its corresponding receive member function "recvhello" and "recvreply" just like cluster head advertisement and join request funcions in leachApp.cc a

Re: [ns] sensor network..

2013-01-03 Thread Najma Ismat
for tcl coding you can use script generator tool available with mannasim patch ../mannasim/scriptGeneratortool/msg-linux.sh > Date: Thu, 3 Jan 2013 17:11:29 +0530 > From: gayu0...@gmail.com > To: ns-users@ISI.EDU > Subject: [ns] sensor network.. > > > i have installed mannasim patch file

[ns] Node movement information

2012-10-16 Thread Najma Ismat
Hi, i m implementing clustered wireless network with mobility and want to select cluster-heads on the basis of their mobility. can anyone guide how to get the node's mobility information like no. of times it is moved in a particular duration from the mobility pattern file??regards,najma

[ns] please help!!!

2012-10-02 Thread Najma Ismat
hi,i have simulated LEACH protocol for 10 nodes in ns-2. 29 with mannasim and observe that the trace file show nodes greater than 10 with tag -Hd when packets are received. i have marked the portion of trace with error in red. please guide why i getting this and how to resolve this issue? re

[ns] getting zero throughput...please guide!!!

2012-04-22 Thread Najma Ismat
Hi,i've simulated a simple wsn of 5 nodes with mobility. the trace file contains only agent trace but analysis of trace shows that the no. received packets is 0 and all the packets that have been sent are dropped. can anyone tell, why all the packets are dropped ? regards,najma

[ns] Please Help!!!!

2012-04-16 Thread Najma Ismat
sink.please guide how to remove this error. thanks and regards,Najma Ismat najmaismat@ubuntu:~/ns-allinone-2.29/ns-2.29$ ns hi11AODVStatic.tclnum_nodes is set 5Creating data sink...Using mica 2 mote settingscan't read "chan": no such variablewhile executing"$ns_ node-c

[ns] accessing MAC cache_ array out of range

2012-03-29 Thread Najma Ismat
Hi,i m trying simulate wsn with mobility for 5 nodes using aodv routing protocol but getting this error. i have matched the coordinates of mobility pattern file with the node movement pattern in trace file and found that movement pattern assign tto node 0 is now assigned to node 5 and Node

[ns] displaying node's posittion

2012-03-13 Thread Najma Ismat
hi,i want to know is it possible to display the node's position from the mobility pattern file ?? if there is than please guide how to do that?? regards,najma

[ns] wsn error

2012-03-04 Thread Najma Ismat
an be created without an argument and also the same method is used for the sample scripts available from mannasim . please guide how to resolve this issue.regards,najma ismat #=#error#=najmaismat@ubuntu:~/ns-allinone-2.29/ns-2.29$ ns hi.tclnum_nodes is set 5in

[ns] Sample Tcl script

2012-02-19 Thread Najma Ismat
Hi,i want to simulate wsn and need sample tcl script. i'll be grateful if anyone can help.regards,Najma Ismat

[ns] setdest error

2012-02-19 Thread Najma Ismat
Hii m trying to use setdest tool to generate randomway point model fro my simulation but when i run ./setdest command i m getting this error. can anyone tell me why i mgetting this error in setdest.cc file and how to resolve it.regards,najma najmaismat@ubuntu:~/ns-allinone-2.29/ns-2.29/inde

[ns] Error in simulating wsn with mobility

2012-01-15 Thread Najma Ismat
hi,i m trying to simulate wsn with mobility and i have used bonnmotion for adding mobility in wsn. the problem is when i run the simulation script it gives the following error. what i can get from the following error is that there is some problem in reading bonnmotion movement patern

[ns] Mobility error

2012-01-15 Thread Najma Ismat
hi,i m trying to simulate wsn with mobility and i have used bonnmotion for adding mobility in wsn. the problem is when i run the simulation script it gives the following error. what i can get from the following error is that there is some problem in reading bonnmotion movement patern file. i

[ns] Bonnmotion and ns2

2012-01-08 Thread Najma Ismat
Hi,can anyone guide how to use bonnmotion mobility model in wsn tcl script?regards,najma

[ns] leach error.... help needed!!!

2011-12-07 Thread Najma Ismat
4064 too large (max=2000). please guide what else to done to correct this. please urgent help is needed.regards, Najma Ismat

[ns] Error: Meta size 4064 too large (max = 1000) Help Needed!!!!!!

2011-12-07 Thread Najma Ismat
nodes in cluster 52Node 52 sending 100 data to BS at time 7.116903Error: Meta size 4064 too large (max = 1000). Regards, Najma Ismat

[ns] Help Needed!!! Leach Segmentation Fault

2011-12-05 Thread Najma Ismat
tting code to 0Node 24 is a cluster head at time 5.00977024 is setting code to 1channel.cc:sendUp - Calc highestAntennaZ_ and distCST_highestAntennaZ_ = 1.5, distCST_ = 75.5SORTING LISTS ...DONE!Segmentation fault waiting for the reply Regards. Najma Ismat

[ns] Segmentation during leach simulation run...

2011-12-05 Thread Najma Ismat
this regard.Regards, Najma Ismat