WigleWifi-1.6 CSV specification

Suggestions for WiGLE/JiGLE/DiGLE

2 posts • Page 1 of 1

Postby endast » Fri Apr 26, 2024 7:45 am

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!

Postby arkasha » Fri Apr 26, 2024 11:57 pm

Sorry, that apparently wasn't promoted to "current"

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

2 posts • Page 1 of 1

Return to “WiGLE Project Suggestions”

Who is online

Users browsing this forum: Google [Bot] and 57 guests