benmwebb / wifi-heatmap

Simple tool to survey wifi signal strength and make heatmaps
GNU General Public License v3.0
32 stars 9 forks source link

Question about wifi csv format and naming #1

Closed weixijia closed 4 years ago

weixijia commented 4 years ago

is:issue is:open HI there, thx for the code, could you please illustrate the format of the wifi csv. Or could you please share your csv that already worked with the code then I can reformat my wifi csv to fit the code

benmwebb commented 4 years ago

It's a very simple format; see https://github.com/benmwebb/wifi-heatmap/blob/master/wifi-heatmap.py#L82-L89

The first two columns are the X and Y coordinates; the remaining columns are the integer RSSIs (signal strength) of each network (or blank if that network couldn't be found at that coordinate). The first row contains the column headings: "X", "Y", and "{BSSID};{SSID}" for each network.