A web-based tool for creating WiFi signal strength heatmaps on floor plans. Upload an image of your floor plan and click points to measure and visualize WiFi signal strength across different locations.
- macOS (uses Apple Airport utility for signal strength measurements)
- Node.js
npm install
npm start
Then open http://localhost:3000
in your browser.
- Upload a floor plan image using the file input
- Click different points on the floor plan to measure WiFi signal strength
- The heatmap will automatically update with each measurement
- Red colors indicate signal strength (darker = stronger signal)
- Legend shows the signal strength scale from -90dBm (weak) to -60dBm (strong)