How to capture raw signal from wireless router?

99封情书 提交于 2019-12-03 07:31:31

As far as I know, the only option using a commodity hardware is to use Intel 5300 Wifi card. You can get the complex CSI (amplitude and phase info therein) from the three antenna on it from a sample of subcarriers (OFDM). You can take a look at this site:

http://dhalperi.github.io/linux-80211n-csitool/

Raber

If you read the wisee research paper you will find the platform they use for the system, it is USRP N210 from Ettus plus GNU radio software. So it is not your usual WiFi AP they are using but the SDR solution this question also hints about.

WiFi devices are build to handle physical layer in silicon and the monitor mode is the best thing you can get without going the SDR path. You can get quite a lot of information from it - the radiotap header contains for example received signal strength and receiving antenna information. But if you really want to explore physical layer of WiFi then commodity hardware is not going to cut it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!