Search found 12 matches

Re: Show networks from local db on Google Maps. With search, filtering, and more!

It's now possible to run everything in self-contained Docker containers. All that is needed is Docker installed, and a single command will set up MySQL database, as well as web servers for both the map itself, and database management through phpmyadmin if needed.

Re: Show networks from local db on Google Maps. With search, filtering, and more!

I don't know what those entries are, I haven't come across anything like that. With the newest app version, are you always getting some data in this format? I think you will have to ask the Wigle developers what this is.
Mon Jul 02, 2018 6:40 pm
Replies: 1
Views: 15417

Wildly inaccurate GPS

I'm comparing capture files from a Nexus 5, captured in October 2017, and fresh files from a Google Pixel. For some reason the GPS on the Pixel seem to be wildly inaccurate. In the Nexus capture the lowest accuracy I have is 3m, most is under 10m, and the highest are a few at 26m. On the Pixel I see...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

Bump! I've recently added/improved many features on the project. New features: "Overlapping Marker Spiderfier" Previously only one network would be shown if there were multiple with the same coordinates, now every network is shown. Turns out a huge amount of networks were hidden. Support f...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

For those interested it seems a WiGLE app update have changed the way data is stored in the local db (padding around each field). Thereby breaking the scripts.

Edit: Fix pushed to github a couple of days ago.

Re: Show networks from local db on Google Maps. With search, filtering, and more!

Don't worry too much about it. What you're describing here sounds normal. The php scripts aren't just blindly reading from the files and writing it to the database, there is a lot of stuff going on behind the scenes. The php notice from the log doesn't break anything, it correctly assumes that it's ...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

How many networks are in the file? how long does it take to complete? If you're up for it you could try to debug and see if you spot any errors. Ctrl+Shift+I in chrome/windows. I suspect any errors would show up under "Console", if there are php errors it might not show anything. The probl...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

After you press "Upload file", is any text printed out in the tab? When it's all done it should print out some statistics, or at least give an error message. You could try logging in to phpMyAdmin, and checking under "Status", if everything is working you should see the actual sq...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

It seems I forgot to add a few crucial steps in the readme :roll: The problem is the script has no real credentials to log in with Access denied for user 'MYSQL_USERNAME'@'localhost' You need to enter your username/password for the mysql user the php script will be logging in as. I would name a user...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

That one can be a pain... Once the file is transferred to the server it will be stored in "web_root/tools/php/uploads", and the php script will work on it from there. It seems you need to create that folder yourself, and set permissions to "777" (full permission for every user). ...

Re: Show networks from local db on Google Maps. With search, filtering, and more!

Thanks for the feedback! You don't like comic sans? :lol: The long load time is strange, for me it takes only a few seconds. The server is located in Norway, so that probably delays it a little bit, if you're halfway around the globe. Edit: I see that when the page is loaded, over 4MB is downloaded ...

Show networks from local db on Google Maps. With search, filtering, and more!

Hi everyone, my first post here on the forum. A while ago I wanted to see the WiFi networks in my area, and do things like filter on encryption, frequency etc. , but I couldn't find any existing software that did the job as I wanted it to. I also really wanted to learn programming, so for the last y...

Go to advanced search