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

Capture tshark errors and display as warnings #65

Open eprochasson opened 3 months ago

eprochasson commented 3 months ago

As discussed in issue #64 .

This PR proposes the following:

It has been written with Python 2 and 3 in mind, however I only tested it with Python 3.

I eventually chose not to move the output to logging, as it's a pretty heavy change that will also break compatibility.