You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use pi4 to inject data frames, and keep sending data frames to another Raspberry Pi to collect CSI data. I've installed nexmon but I don't know how to use frame injection. Can someone answer my questions? Thank you so much.
The text was updated successfully, but these errors were encountered:
There are many possibilities you could do this.
Here is an example using scapy in python to craft and inject a very basic Data frame with a payload of 0x12345678 roughly every 500ms.
Make sure you added a monitor interface that is up and disabled power save mode before running this (interface named mon0 here).
I want to use pi4 to inject data frames, and keep sending data frames to another Raspberry Pi to collect CSI data. I've installed nexmon but I don't know how to use frame injection. Can someone answer my questions? Thank you so much.
The text was updated successfully, but these errors were encountered: