Search found 1099 matches

Mon May 11, 2020 5:39 pm
Forum: Bugs
Replies: 13
Views: 43801

Re: Upload failure

should be fixed now!
Mon May 11, 2020 5:35 pm
Forum: Bugs
Replies: 13
Views: 43801

Re: Upload failure

A problem on our side - should be fixed shortly!

Sorry for the inconvenience,
Sat May 02, 2020 6:28 pm
Topic: format?
Replies: 6
Views: 25545

Re: format?

finally documented the CSV file format:

https://api.wigle.net/csvFormat.html
Thu Apr 23, 2020 6:17 pm
Replies: 3
Views: 31482

Re: Uploading from requests library in python

You're close! Multipart wants a name.
Try something like:

Code: Select all

data = {'file': ('outfile_name.csv', open('path/to/file/outfile_name.csv', 'rb'), 'multipart/form-data', {'Expires': '0'})}
Wed Apr 08, 2020 12:24 am
Replies: 4
Views: 24650

Re: Network KML/KMZ

it's possible that there are smarter ways to formulate KML than what we're doing; it seems pretty straight-forward, but input is very welcome!

cheers,

-ark and the WiGLE team
Tue Apr 07, 2020 12:02 am
Forum: WiGLE News
Replies: 1
Views: 39287

Re: Golang API wrapper v0.1.0 WiGoLE

awesome! can't wait to see what people build with it!

cheers!

-ark
Fri Apr 03, 2020 9:49 pm
Replies: 4
Views: 24650

Re: Network KML/KMZ

PS> if you're a hard-core visualization programmer, there's an Unreal Engine / Open Street Map integration; we've always wanted to do AR/VR visualization of networks, but it's going to be a huge task (and we have day jobs)
Fri Apr 03, 2020 9:47 pm
Replies: 4
Views: 24650

Re: Network KML/KMZ

Unfortunately, KML on Google Earth bogs down even the heftiest machines far below even the tiniest fraction the WiGLE database. My Alyx-capable VR gaming PC can't even handle a 10 mile run through a large city as logged by a 5-year-old Android phone when loaded in Google Earth. Your own uploaded KML...
Wed Apr 01, 2020 3:56 pm
Replies: 2
Views: 90098

Re: Graph of cell towers over time?

hey neokio, That's a good idea - we haven't treated cell and bluetooth as "first class citizens" in a lot of our site yet - we need to fix that. One warning here: we can only graph "what our crazy army of hobbyists, security professionals, and obsessive runners/walkers/drivers/emergen...
Sat Mar 28, 2020 3:22 pm
Replies: 1
Views: 18717

Re: Android Database Size Discrepancy

import database doesn't import observations; there's data on-device that never gets uploaded. we'll be phasing the old import out (which only downloads BSSID/SSID for "newness") in favor of the import mechanism introduced in 2.52, which can download complete summary records of each upload ...
Mon Mar 16, 2020 6:01 pm
Replies: 1
Views: 91235

Re: Coverage over time

We have added GPX export directly to the app to help further this goal!

-ark
Wed Mar 11, 2020 8:22 pm
Topic: OOPS
Replies: 0
Views: 43427

OOPS

A certain co-founder was high on cough meds and broke upload processing in an undetectable way for a few hours yesterday. Fixed, sorry about that.
Tue Mar 10, 2020 5:15 pm
Replies: 4
Views: 33074

Re: Unable to upload after authorisation

Sorry about that - this was a service failure on our side (something our monitoring scripts didn't catch.) Should be working again.
Apologies!

-ark
Tue Mar 10, 2020 5:14 pm
Forum: Bugs
Replies: 13
Views: 43801

Re: Upload failure

Sorry about that; we had a services failure that didn't trigger our usual monitoring. Uploads should be working once more.

Go to advanced search