[ns] BS vs. Nodes TX Range

2006-07-10 Thread Abdulaziz Barnawi


Hi All,

I have been looking for a solution on how to set a TX range for a Base Station 
that is different (e.g. much larger) from other nodes in the network. 
Unfortunately all the solutions I have tried will set the same TX range for all 
nodes including BS.

I would really appreciate if any one can help.


Regards.

A. Barnawi


[ns] TX Range Problem Still not Clear

2006-07-11 Thread Abdulaziz Barnawi


Hi All,

I have been looking for a solution on how to set a TX range for a Base Station 
that is different (e.g. much larger) from other nodes in the network. 
Unfortunately all the solutions I have tried (including ones already posted on 
the this list) will set the same TX range for all nodes including BS.

I would really appreciate if any one can help.


Regards.

A. Barnawi


[ns] smac packet sizes question

2006-08-19 Thread ABDULAZIZ BARNAWI

Hi All,

I would like to know how smac sync and Ctrl packet sizes are determined

#define SIZEOF_SMAC_CTRLPKT 10
#define SIZEOF_SMAC_SYNCPKT 9

Thanks

Abdulaziz


[ns] ns2 energy model with hierarchical addressing

2006-08-24 Thread ABDULAZIZ BARNAWI

Hi All,

I tried simulating (using ns2.29) an infrastructure wireless LAN (hierarchical 
addressing is used) with energy model enabled, however, no trace is produced 
for energy consumption. The problem, I guess, is that the if statement "if 
(thisnode)" in the trace file is always false. 

"thisnode" is defined as  Node* thisnode = Node::get_node_by_address(src_). 

Is there any reason why this is happening.

Thanks,

A. Barnawi