dhalperi / linux-80211n-csitool-supplementary

802.11n CSI Tool based on iwlwifi and Linux-2.6
http://dhalperi.github.com/linux-80211n-csitool/
196 stars 128 forks source link

Does anybody knows how to bind two NICs in one receiver? #441

Open zhangshaohu opened 4 years ago

zhangshaohu commented 4 years ago

I have one laptop with two wifi adapters. I want to collect csi data simultaneously using two NICs. The connection looks like the paper Phaser did. Does anybody know how to run command binding two NICs in monitor mode?

purohitank commented 4 years ago

I also have the same question.

purohitank commented 4 years ago

Dear Zhang,

I came across this project which should prove useful. https://gitlab.com/wifisensing

The group has implemented reception of CSI from multiple NICs.

I have not tried the tool myself. Let me know how it turns up.

Regards, Ankit

zhangshaohu commented 4 years ago

Thank you. I find their tutorial website https://zpj.io/post/2018-2-2-picoscenes-get-started/ I will have a try once I get a chance.