|
|
|
|
|
by deserted
4757 days ago
|
|
From the paper [1] The WiSee proof-of-concept is implemented in GNURadio using the USRP-N210 hardware. Each USRP is equipped with a XCVR2450 daughterboard, and
communicates on a 10 MHz channel at 5 GHz. Since USRPN210 boards cannot support multiple daughterboards, we
built a MIMO receiver by combining multiple USRP-N210s
using an external clock. In our evaluation, we use
MIMO receivers that have up to five antennas. We use single antenna USRP-N210s as transmitters. So basically, they are using 6+ USRPs at $1400+ each to do these experiments. However, since each USRP is communicating on a 10MHz channel at 5GHz, someone with between two and five MIMO 802.11n Wi-Fi devices could theoretically do the same. [1] http://wisee.cs.washington.edu/wisee_paper.pdf |
|
If you're really lucky you have a device with open source firmware [1]. However even that firmware can only interface with the PHY layer by writing to registers to change the configuration of the device. Essentially the modulation of the signals is done in hardware, and you only control MAC aspects of it (things like disabling carrier sense is possible, changing backoff behavior, inter-frame wait timings, etc). But you can't access the real signal, it's a hardware limitation, so this not possible using existing devices.
[1] https://github.com/qca/open-ath9k-htc-firmware