schollz / howmanypeoplearearound

Count the number of people around you :family_man_man_boy: by monitoring wifi signals :satellite:
MIT License
6.92k stars 386 forks source link

Add another method based on BTLE and contact tracing #58

Open rgerganov opened 4 years ago

rgerganov commented 4 years ago

We can also exploit the contact tracing being added to iOS and Android to answer the question "how many people are around?". Cell phones are transmitting ephemeral IDs with BTLE and we can sniff that with tshark. I have described the method here:

https://xakcop.com/post/how-many-people/

If you think this fits into the project, I can start working on a PR :)