Page 1 of 1

WigleWifi-1.6 CSV specification

Posted: Fri Apr 26, 2024 7:45 am
by endast
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:
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";
Thanks!

Re: WigleWifi-1.6 CSV specification

Posted: Fri Apr 26, 2024 11:57 pm
by arkasha
Sorry, that apparently wasn't promoted to "current"

https://api.wigle.net/csvFormat-1_6.html