Now coming at you via fiber optic – or FTTP!

So I moved home recently and what I didn’t realise, and what was also a very pleasant surprise, was that the new home has a fiber optic link (or fttp if you want the nice acronym!). So now via a not so great gigabit link via my ISP’s cheap and rather crappy supplied modem. It’s not rocket ship fast but should hopefully be a lot better than the old ADSL2 link that the poor thing limped along on. Fingers crossed that this should work faster and we should have longer uptimes!

 

Install howmanypeoplearearound on mac os X

howmanypeoplearearound  “calculates the number of people in the vicinity using the approximate number of smartphones as a proxy”

To do this on Mac os X first make sure that you have “brew” installed.

See the simple instructions / site hear
https://brew.sh/

Your also going to need tshark the cli version of wireshark installed

brew install tshark

Also I found using python3 important as I was having dependency problems with the standard python install

Download and install python3 from hear

https://www.python.org/downloads/mac-osx/

Then

sudo pip3 install howmanypeoplearearound

now you can observe howmanypeoplearearound !

Typical usage

sudo howmanypeoplearearound -s 300 -o scan_big2.json -a en1

(Listens to network traffic for 5 minutes writes to the file scan_big2.json in json format using interface en1 (wireless card use ifconfig -a to check that yours is named in the same manner)