nexmonster / nexmon_csi

Channel State Information for Raspberry Pi. Use the pi-5.10.92 branch.
https://github.com/nexmonster/nexmon_csi/tree/pi-5.10.92
60 stars 26 forks source link

How do I receive actually sent IEEE 802.11 frames #65

Open moshangqingfeng opened 3 months ago

moshangqingfeng commented 3 months ago

Dear all, After learning 'nexmon.org/sdr' and 'nexmon.org/csi', I want to use two Raspberry PI 3B+ for sending and receiving, respectively. I used a Raspberry PI to send the IEEE 802.11 beacon frame at 'nexmon.org/sdr', and on the receiving end I tried changing the mcp command: ' mcp-C 1-N 1-c 1/20-m b8:27:eb:dc:ee:3f (this is my sent mac address),' but I can't receive it. I also tried changing the tcpdump command: ' tcpdump -i wlan0 ether src b8:27:eb:dc:ee:3f', but that too failed. How should I configure the receiving end to receive the beacon frame from the sending end?