WigleWifi-1.6 CSV specification
Hi
I was working on a small script to parse WigleWifi CSV files if found this great resource for the 1.4 format: https://api.wigle.net/csvFormat.html.
But i quickly realized that the app now uses the WigleWifi-1.6 csv format https://github.com/wiglenet/wigle-wifi- ... .java#L434. Is there a similar spec for the 1.6 format somewhere? I was unable to find any references to the 1.6 format (except in the source code).
As i understand it there is 3 new columns in the 1.6 format:
Thanks!
I was working on a small script to parse WigleWifi CSV files if found this great resource for the 1.4 format: https://api.wigle.net/csvFormat.html.
But i quickly realized that the app now uses the WigleWifi-1.6 csv format https://github.com/wiglenet/wigle-wifi- ... .java#L434. Is there a similar spec for the 1.6 format somewhere? I was unable to find any references to the 1.6 format (except in the source code).
As i understand it there is 3 new columns in the 1.6 format:
Frequency,RCOIs,MfgrId
Code: Select all
1.4 HEADERS public final static String CSV_COLUMN_HEADERS = "MAC,SSID,AuthMode,FirstSeen,Channel,RSSI,CurrentLatitude,CurrentLongitude,AltitudeMeters,AccuracyMeters,Type";
1.6 HEADERS public final static String CSV_COLUMN_HEADERS = "MAC,SSID,AuthMode,FirstSeen,Channel,RSSI,CurrentLatitude,CurrentLongitude,AltitudeMeters,AccuracyMeters,RCOIs,MfgrId,Type";
Return to “WiGLE Project Suggestions”
Who is online
Users browsing this forum: Semrush [Bot] and 3 guests