schollz / find-lf

Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND
https://www.internalpositioning.com/plugins/#using-find-without-an-app
GNU Affero General Public License v3.0
994 stars 123 forks source link

Nexmon support for patched native monitor mode on the RPi3? #4

Open vitorio opened 7 years ago

vitorio commented 7 years ago

Has anyone tried the Nexmon patch that enables monitor mode on the RPi3's built-in wireless adapter? https://github.com/seemoo-lab/nexmon

If it worked, and you had Ethernet everywhere your RPis were, you wouldn't need an additional wifi dongle.

schollz commented 7 years ago

It looks promising! There is one caveat maybe though: they say "is not possible to connect to an access point anymore using our modified driver and firmware", which means that their would have to be some other sort of communication to a hub or something in order to send the fingerprints to the server.

Maybe a better alternative would be to use a C.H.I.P. computer which also has built-in Wi-Fi that seems to support monitor mode. I will be testing this out later next week actually.

minscof commented 6 years ago

I try to use a rpi3 with a modified driver to support monitor mode. The problem is that it tries to connect to an access point instead of using the ethernet connection to send the fingerprints : can you add a parameter to use lan instead of wlan ?