Skip to content

Commit 5bc2772

Browse files
Update README.md (#4)
1 parent a5a7fe0 commit 5bc2772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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

55
CSV file example output:
6-
6+
<center>
77
| Device Name | BSSID | SSID Name | Band |
88
|-------------|--------------------|-----------|-------|
99
| Device1 | 00:11:22:33:44:55 | Network1 | 2.4GHz|
1010
| Device1 | 66:77:88:99:AA:BB | Network1 | 5GHz |
1111
| Device2 | CC:DD:EE:FF:00:11 | Network2 | 2.4GHz|
12-
12+
</center>
1313
Please note that the actual values will depend on the data returned by the Meraki API.
1414

1515
## Technology Stack

0 commit comments

Comments
 (0)