jantman / python-wifi-survey-heatmap

A Python application for Linux machines to perform WiFi site surveys and present the results as a heatmap overlayed on a floorplan
GNU Affero General Public License v3.0
369 stars 87 forks source link

Window not responding - Don't do wifi scanning on the UI thread #36

Open byteit101 opened 2 months ago

byteit101 commented 2 months ago

Feature Request

Feature Description

Refactor the code to not do work on the UI thread. Gnome doesn't like this, and every 5 seconds I have to press "wait"

Use Cases

Ease of use

Testing Assistance

I can test this

jantman commented 2 months ago

This would be a rather colossal refactor. PRs welcome.