[ns] mannasim installation error

2009-05-29 Thread Ravit Sachasiri
> Dear all, > > I am just starting to use NS2 and mannasim and when I tried to install > ns-allinone2.29.3 after applying the mannasim patch, I get the following > error: > > > In file included from mannasim/processing.h:44, > > from > mannasim/accessPointApp.h:45, > >

[ns] NS2/mannasim on ubuntu 9.04 or GCC version 4.3.3

2009-06-02 Thread Ravit Sachasiri
Hi all, After painstakingly trying to install NS2 in my system, and havin errors in the compiling of mannasim patch with NS2, I received errors regarding the header file and . It seems that these header files cannot be found. The error: > In file included from mannasim/processing.h:44, > >

[ns] validation of ns2

2009-06-10 Thread Ravit Sachasiri
Hi all, Just have a small question. When I validated the installation, it hangs after a while and doesnt continue validation and more than half of the process it did validate, most of the results differed from the reference output. However, I tried a couple of examples, and it worked but how woul

[ns] need some help

2009-06-17 Thread Ravit Sachasiri
Hi all, I am just trying to learn the basic of NS2 so that I can later use these characteristics on my simulation. Here, I wanted to achieve a few things. I want to define that 2 of the nodes are Access points and 8 are normal sensors. Also, I want node 2,3,4,5 to communicate with node 0(the acce

[ns] remaining energy of the node

2009-06-19 Thread Ravit Sachasiri
Hi, I would like to read the remaining energy (variable name isĀ  energy_ in the file ns2/mobile/energy-model.cc {its a type double}". I do not know the command in TCL to do so. Can someone please help me with the command to read that variable directly from the tcl script. I want to control my d

[ns] sensor data disseminating type

2009-06-23 Thread Ravit Sachasiri
Hi all, I have a scenerio that I would like to attain. Say that sensing data is disseminate to the data aggregator every 1 mins at the moment when the battery is full, but I would like that when battery remaining is less than half, it should change to event driven data dissemination, which means

[ns] propogation model

2009-06-29 Thread Ravit Sachasiri
As I understand, the propogation model (freespace, tworayground, shadow) is added at the node characteristics. However, I believe that it is a link property and not a node property. For a WPAN scenerio, if I want to simulate that there is "freespace" between node A and B and a wall "Shadow model"

[ns] Bandwidth of Physical and MAC layer

2009-06-30 Thread Ravit Sachasiri
Hi, The parameter "Phy/WirelessPhy set bandwidth_ 28.8*10e3" sets the bandwidth of the channel, however, could someone tell me what is the capacity of the 802.15.4 MAC layer? I tried to increase the bandwidth parameter by a factor of 1000 but saw no improvement in the average throughput of the sy

[ns] define PAN Co-ordinator in star topology for WSN

2009-07-15 Thread Ravit Sachasiri
Hi all, In a WPAN scenerio, I have 2 PAN Co-ordinators with 8 nodes. I want to prematurely define which PAN co-ordinator each node must connect to. However, I want it to attach itself to the PAN co-ordinator automatically through the beacon. Could someone guide me to the right command? Sincerel

[ns] Does anyone has the implementation of *guaranteed time slot* GTS for WPAN(802.15.4)?

2009-08-05 Thread Ravit Sachasiri
I found the following comment in the p802__15__4sscs.cc file in the WPAN folder: /* The following primitives are availabe from MAC sublayer. You can call these primitives from SSCS or other upper layer 00686 * void MCPS_DATA_request(UINT_8 SrcAddrMode,UINT_16 SrcPANId,IE3ADDR SrcAddr, 00687 *

[ns] Shadowing model help!

2009-08-06 Thread Ravit Sachasiri
the usual standards for shadowing model will alsobe appreciated. Thank you. Sincerely, Ravit Sachasiri

[ns] rxTotPower in wpan802.15.4

2009-08-07 Thread Ravit Sachasiri
Hi, Can someone tell me how the rxTotPower is calculated for 802.15.4 mac also, why sometimes it is lesser than the receive power of the specific packet? Thanks. Ravit

[ns] TORA protocol

2009-09-01 Thread Ravit Sachasiri
Hi, I had run a few test with TORA adhoc routing protocol and the issue is that there is a lot of routing agent being sent but no data packet is ever sent at MAC layer and hence no data is delivered. I used the same setting for other routing protocols and it works fine. Can anyone help me, in te