Skip to content

Commit a5a7fe0

Browse files
Update README.md (#3)
1 parent 4b27aa6 commit a5a7fe0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
🔍 This project, **'Meraki BSSID Dump'**, is a Python script created to export BSSID (Basic Service Set Identifier) information from an organization's Meraki wireless networks. The primary use case is to retrieve BSSID details for manual import into e911 services location data. It provides network administrators with a simplified method to gather BSSID information, aiding in network troubleshooting and management.
44

5-
CSV file outut:
6-
7-
Here is an example output:
5+
CSV file example output:
86

97
| Device Name | BSSID | SSID Name | Band |
108
|-------------|--------------------|-----------|-------|
119
| Device1 | 00:11:22:33:44:55 | Network1 | 2.4GHz|
12-
| Device2 | 66:77:88:99:AA:BB | Network2 | 5GHz |
13-
| Device3 | CC:DD:EE:FF:00:11 | Network3 | 2.4GHz|
10+
| Device1 | 66:77:88:99:AA:BB | Network1 | 5GHz |
11+
| Device2 | CC:DD:EE:FF:00:11 | Network2 | 2.4GHz|
1412

1513
Please note that the actual values will depend on the data returned by the Meraki API.
1614

0 commit comments

Comments
 (0)