<div dir="ltr"><div dir="ltr"><br>Hi,<div><br></div><div>2: Yes, You can get the signal strength of every packet received. You can add snr tag to the packet in wifi-phy.cc.</div><div><br></div><div>in Wifi-phy.cc add below in the EndReceive method to add snr packet tag for signal strength.</div><div><br></div><div>SnrTag tag;</div><div>tag.Set(signalNoise.signal);</div><div>if (!packet->PeekPacketTag(tag)){</div><div>packet->AddPacketTage(tag);</div><div>}</div><div><br></div><div><br></div><div><br><br><br></div></div><br><img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/bd7d2494eb5e3327946f477b7bcc3ab7c6b4628a.png?u=5632877"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 14, 2021 at 4:09 PM L via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu">ndnsim@lists.cs.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div style="margin:0px">Everyone,</div><div style="margin:0px">  I have two questions.</div><div style="margin:0px">  <a href="http://1.in" target="_blank">1.in</a> "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?</div><div style="margin:0px">  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</div><div style="margin:0px">Thanks.</div></div></div><br><br><span title="neteasefooter"><p> </p></span>_______________________________________________<br>
ndnSIM mailing list<br>
<a href="mailto:ndnSIM@lists.cs.ucla.edu" target="_blank">ndnSIM@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
</blockquote></div></div>