Hi, > On 13 Oct 2015, at 20:42, Jaeho <[email protected]> wrote: > > how can I check each node receive packet from other? > > sensor.pcap file is generated from transceiver_OQPSK.grc > > but I think this file only includes own packets not other's packet (is it > correct?) > > How can I sure node receive packet from other node? >
if the input of the Wireshark Connector block is only connect to the output of the PHY then only received packets are logged. If you connect the output of the MAC layer to the Wireshark block you will also see locally generated frames. Best, Bastian _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
