Skip to content

Commit 65e21ea

Browse files
Add save/load info to README
1 parent 21acdf0 commit 65e21ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,30 @@ Visualize Wi-Fi signal strength over a geographic area
3838

3939
1. Once data has been collected, select other access points or change filters to display updated coverage
4040

41+
1. Save your data to be loaded again later, or shared with other users
42+
4143
### Access Point Filters
4244

4345
- The default selection of both "Group by SSID" and "Combine 2.4 + 5GHz" will show one option per SSID
4446

4547
- Selecting only "Group by SSID" will show one option for each frequency that an SSID receives
4648

47-
- Unselecting both "Group by SSID" (which disables "Combine 2.4 + 5GHz") will show every device for every SSID available, on both frequencies
49+
- Unselecting both "Group by SSID" (which also disables "Combine 2.4 + 5GHz") will show every device for every SSID available, on both frequencies
4850

4951
### Selecting a background
5052

5153
- Supports all file types used for CSS `background-image`
5254

5355
- The "Pixelate" option is good for floor plans with low resolutions (less than 1px/in²) so straight lines maintain hard edges
5456

57+
### Saving/loading data
58+
59+
- Saves all signal data as a JSON file
60+
61+
- Loading this file again will restore all data points and signal info from the file
62+
63+
- See limitation about browser window sizes below
64+
5565
## Limitations
5666

5767
Contibutions are welcome for improving the following:

0 commit comments

Comments
 (0)