[ns] R: RSSI measurement

2006-10-18 Thread Marco Fiore
Loreno, in common/packet-stamp.h you can find the PacketStamp structure, which is included in any ns packet. It stores information on the transmitted and received power. You can access this information with, for example, p->txInfo_.RxPr, which returns the received power of packet p. Note tha

Re: [ns] R: RSSI measurement

2006-10-18 Thread Loreno Oliveira
Hi Marco, very thanks to your reply! I will take a look at the structure you said and doing some tests. Based in what you said, probably this solves my problem. A priori I am only considering simpler scenarios where I do not need to deal with interferences. My actual concern is only finding a way