[ns] wireless nodes

2010-10-07 Thread vamsi krishna
hi all, iam doing NODE LOCALIZATION SCHEME FOR WIRELESS BASED SENSOR NETWORKS, in this i hav to estimate the position of the nodes , for this i have to first construct the wireless nodes and i hav to communicate with them plz send me the code how to create the wireless nodes

[ns] wireless nodes Ns2

2009-01-20 Thread Kiran K Chauhan
Hi All, I need help in simulating around 1000 nodes in 3000X3000 area. But when I run the simulation it works only to a maximum of 300 nodes. If I increase the number of nodes to say 400 , it gives segmentation error. I am using wireless 802.11 module for it. Thanks Regards Kiran

[ns] Wireless nodes with non-uniform capacity

2008-01-15 Thread Stefan Ott
Hi I'm looking for a way to create a scenario where not all of my wireless nodes have the same link capacity, that is I would like to model a situation where two nodes can send/receive data at a rather high speed, while intermediate nodes (in a multihop scenario) are slower. I can't seem to find

[ns] Wireless - Nodes Gain

2006-08-16 Thread Super Torresmo
Hello. I'm doing a wireless simulation and I changed the gain of the nodes using the gain of the antenna: Antenna/OmniAntenna set Gt_ 0.175 Antenna/OmniAntenna set Gr_ 0.175 I want to know if it is possible to do a network where each node has a different gain. Also, I would like to modify the g

Re: [ns] wireless->nodes->finding bandwidth in C++

2006-04-23 Thread Daniel Mahrenholz
Mahesh schrieb: > is there anyway to find the bandwidth of a wireless node in the ns-2 (C++ ) > DSR code. And is there any way to find the bandwidth of a wireless node in > the TCL script. > > And also i need to know how to find the bandwidth of the neighboring nodes in > a wireless network in

Re: [ns] wireless->nodes->finding bandwidth in C++

2006-04-21 Thread Vinod
hi, i guess you can use something like this Agent/DSR set pbw [Phy/WirelessPhy set bandwidth_] --- in your simulation (.tcl) file. Now you can access this from your .cc file as follows: - double bandw; bind("pbw",

[ns] wireless->nodes->finding bandwidth in C++

2006-04-20 Thread Mahesh
hi everyone is there anyway to find the bandwidth of a wireless node in the ns-2 (C++ ) DSR code. And is there any way to find the bandwidth of a wireless node in the TCL script. And also i need to know how to find the bandwidth of the neighboring nodes in a wireless network in NS-2 ( C+