[ndnSIM] 14/09/2021 11:28:55 自动保存草稿

Sonia zohanoor67 at gmail.com
Tue Sep 14 16:41:37 PDT 2021


Hi,

2: Yes, You can get the signal strength of every packet received. You can
add snr tag to the packet in wifi-phy.cc.

in Wifi-phy.cc add below in the EndReceive method to add snr packet tag for
signal strength.

SnrTag tag;
tag.Set(signalNoise.signal);
if (!packet->PeekPacketTag(tag)){
packet->AddPacketTage(tag);
}






On Tue, Sep 14, 2021 at 4:09 PM L via ndnSIM <ndnsim at lists.cs.ucla.edu>
wrote:

> Everyone,
>   I have two questions.
>   1.in "ndn-simple", node0 is consumer. node2 is producer. node1 can only
> forward interest packets from node0 and data packets from node2. Can node1
> actively send custom data packets to node0 and node2 while processing
> interest packets and data packets normally?
>   2.I know that ndnSIM uses broadcast in the mobile module. Whether it is
> possible to measure the signal strength when the mobile node receives the
> broadcast information
> Thanks.
>
>
>
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20210915/7f2d3d71/attachment.html>


More information about the ndnSIM mailing list