JosephHewitt / wardriver_rev3

A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.
https://wardriver.uk
GNU General Public License v3.0
221 stars 19 forks source link

Idea: Total wifi captured on LCD #122

Open symph0nic opened 8 months ago

symph0nic commented 8 months ago

What it says on the subject - would be cool to see the 'status' of the current session by showing the total number of wifi networks captured on the LCD, rather than (or as well as) the number currently in range.

Just an enhancement idea...thanks!

JosephHewitt commented 8 months ago

Hey,

Thanks for the suggestion, I like the idea. The only caveat is that the wardriver doesn't keep a full list of discovered networks while running (it only keeps the last 512). This means it might start counting some networks more than once if you travel back into an area which you have already been in.

I don't think that is a giant problem though and will work on this in the future.