Page 1 of 1
Kismet CSV parsing should be fixed
Posted: Sun Dec 08, 2002 1:50 am
by bobzilla
Uploading Kismet csv files should be fixed now. The header labels the ssid field as 'essid'. I've fixed the parser's mapping to reflect that the field is actually the ssid.
.gps parsing
Posted: Thu Jan 09, 2003 2:28 am
by mentat
Any chance of adding .gps parsing? I'll like to upload full datasets of all viewed points for networks, but converting the several thousand files to CWGD would be a serious a pain. Speaking of which, it would be nice to lift the 100000 line limit to something like 500000 at least.
line limit increased
Posted: Tue Jan 14, 2003 7:48 am
by bobzilla
Sorry, didn't know that limit was interfering, I just chose a number I thought no one should resonably have.
The new limit it a million lines.
I'll look into the kismet .gps again, but it is really a yucky format to try to parse. You can post the kismet .xml summary now though.
.xml summary vs .gps
Posted: Mon Jan 20, 2003 11:25 am
by mentat
The new .gps is xml based now as well. Each entry is a single line.
It's just <gps-point bssid="00:30:AB:14:76:39" time-sec="1043017324" time-usec="991919" lat="32.814246" lon="-117.326692" alt="163.350006" spd="0.00000" fix="3" signal="58" quality="0" noise="48"/>
All you have to do is ignore the ones with bssid="GP:SD:TR:AC:KL:OG".
maybe
Posted: Tue Jan 21, 2003 4:44 am
by bobzilla
That looks like enough information to go on. Would be nice if they gave channel as well, but that's not such a big deal. Could you email a sample to
colorwigle-admin@wigle.net ? Thanks!