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

Reads a list of known manufacturers from file #49

Closed rlucia closed 5 years ago

rlucia commented 5 years ago

While experimenting with the tool I needed to change the list of known manufacturers. This quick patch allows to read such a list from a text file.

Usage is quite straightforward:

$ cat manufacturers.txt
Intel Corporate
Apple, Inc.
$ howmanypeoplearearound -a mon0 -m manufacturers.txt
schollz commented 5 years ago

Looks great, thanks!