Search found 1302 matches

by ACalcutt
Tue Sep 22, 2020 12:02 pm
Forum: Beta
Topic: Latest Vistumbler Versions
Replies: 3
Views: 7272

Re: Latest Vistumbler Versions

I forgot there is also a new gps logging feature, that will write the raw nmea data to a file. it was made for debugging, but I'm guessing some applications may be able to use that as gps input.
by ACalcutt
Sat Sep 19, 2020 6:23 pm
Forum: Beta
Topic: Latest Vistumbler Versions
Replies: 3
Views: 7272

Re: Latest Vistumbler Versions

The new features in 10.7 as of beta 11 1.) Re-worked the GUI. Bigger buttons to make touch easier. The small buttons you mentioned are what I replaced the graph buttons with (the graphs can also be accessed through the "View -> Graph" menu now). In minimal gui mode the small graph buttons ...
by ACalcutt
Sat Sep 12, 2020 8:34 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

I pushed 10.7 Beta 10 with an attempt to support the GNGGA strings. let me know if that works.
by ACalcutt
Sat Sep 12, 2020 7:48 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

I can see what the problem is. Vistumbler is looking for a GPGGA string but your internal GPS is not sending those. Instead it is sending a GNGGA string. Looking what the difference between GPGGA and GNGGA, it looks like it happens when you have a gps the supports multiple constellations (ex. gps an...
by ACalcutt
Sat Sep 12, 2020 10:58 am
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

I looked for the GPS Logger I mentioned and I found the post I was thinking of, but it looks like the code was no longer there. I decided instead of re-creating it I would just add in into Vistumbler. Starting with 'Vistumbler 10.7 Beta 9' there is now a new "GPS Logging" options in (Setti...
by ACalcutt
Fri Sep 11, 2020 6:35 am
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

It should come though auto update as "Vistumbler 10.7 Beta 7" now, as long as you are in the beta track in Settings -> Misc Settings -> Update. You could also download the vistumbler.exe from https://github.com/acalcutt/Vistumbler/tree/beta/VistumblerMDB/ and place it in your directory if ...
by ACalcutt
Thu Sep 10, 2020 3:33 pm
Forum: Report Bugs
Topic: v10.7 Beta 5 GUI changes
Replies: 3
Views: 6000

Re: v10.7 Beta 5 GUI changes

I pushed v10.7 Beta 6 to try and expand the text areas just a little. let me know if it helped.
by ACalcutt
Thu Sep 10, 2020 3:28 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

I just wanted to note, I think I have fixed the issue that makes Kernel32 mode not work above COM9, so that should no longer be an issue. I have also updated the text in the gui to remove the x32 tag.
by ACalcutt
Thu Sep 10, 2020 2:39 pm
Forum: Report Bugs
Topic: v10.7 Beta 5 GUI changes
Replies: 3
Views: 6000

Re: v10.7 Beta 5 GUI changes

Hi Jon I am trying out a new look, so it might take a bit of tweaking. The main reason for this is I was finding the small buttons to be hard to use on my smaller tablet. My aim for 10.7 Beta 5 was to make the primary buttons (scan/gps/save&clear) bigger so they can be clicked by touch easier. I...
by ACalcutt
Tue Sep 08, 2020 6:42 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

NetcommOCX works with x64 Windows 10, that is what I am using it with. I should update the note that says x32 only since that is no longer true since they updated the NetcommOCX installer. For the internal GPS, vistumbler doesn't support those without something that will show it as a com port. When ...
by ACalcutt
Mon Sep 07, 2020 4:42 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

I think I know what your issue is. The Kernel32 method has trouble if the comm port is above Com 9. If you manually go set your com port to be COM9 or lower it will likely work (Device Manager --> Ports --> (Right Click your com port) --> Port Settings -> Advanced (Change your com port to COM9 or un...
by ACalcutt
Sun Sep 06, 2020 8:13 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

Is this a built in GPS or a USB one? Have you double checked your com settings in 'Settings -> GPS Settings'. Nothing else is using the com port you are trying to use with vistumbler right? If you go to Extra -> GPS details do you see any data coming in there?
by ACalcutt
Sun Sep 06, 2020 7:25 pm
Forum: Request Features
Topic: wigle.net support
Replies: 2
Views: 13327

Re: wigle.net support

Hi Bak, Sorry for the late response on this. To give a bit of wigle support in Vistumbler I have added code to import and export the wigle wifi csv file in Vistumbler v10.7 Beta 2. The formats aren't exactly the same but I tried to keep things compatible. The export file seems to be importable on th...
by ACalcutt
Sat Sep 05, 2020 3:46 pm
Forum: General
Topic: WDB Uploader issues
Replies: 7
Views: 12098

Re: WDB Uploader issues

You definitely know how to stress test a server Jon :lol:
by ACalcutt
Sat Sep 05, 2020 3:10 pm
Forum: General
Topic: How do I register to use WiFiDB?
Replies: 9
Views: 7431

Re: How do I register to use WiFiDB?

I found the issue in the code, so this should be fixed. When timezone offset was 0 it was thinking there wasn't one set, so it would just get stuck trying to set it over and over. To fix it in the code I had to change from looking for a blank value to looking if it was set at all. eg. I changed if (...
by ACalcutt
Sat Sep 05, 2020 2:36 pm
Forum: General
Topic: How do I register to use WiFiDB?
Replies: 9
Views: 7431

Re: How do I register to use WiFiDB?

Changed my timezone here to london UTC +0 but I didn't notice any adverse affect or errors. maybe it was just my ISP, they have been flakey today

EDIT: I stand corrected. I loaded it in firefox and cleared my cache and now I see it
by ACalcutt
Sat Sep 05, 2020 2:20 pm
Forum: General
Topic: How do I register to use WiFiDB?
Replies: 9
Views: 7431

Re: How do I register to use WiFiDB?

That is good to know, I may have to take a look at the code that sets the timezone.

Also I wanted to let you know, after being awake for a few hours it does seem my isp is having some issues today. I keep getting packet loss to them so it is possible it could have been down when you tried
isp.jpg
isp.jpg (65.78 KiB) Viewed 7202 times
by ACalcutt
Sat Sep 05, 2020 7:27 am
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

If it is a ublox gps, are you able to download ucenter and see if you get a fix there? when I had this problem I couldn't even get a fix there, and it is their software.

When I search I see a lot of reports of ublox gps's that worked fine in previous OSs, not work at Windows 10 1909 (and maybe above)
by ACalcutt
Sat Sep 05, 2020 7:19 am
Forum: General
Topic: How do I register to use WiFiDB?
Replies: 9
Views: 7431

Re: How do I register to use WiFiDB?

I've tested a few places externally (work and cell phone) and the pages loaded no problem, so I'm not sure why you wouldn't be able to connect. Have you tried another browser? Maybe look in your browsers developers console to see if you are getting any errors. Most pages should load in about 10 seco...
by ACalcutt
Fri Sep 04, 2020 6:16 am
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

Is it a ublox gps? I had issues like that that ended up being a compatibility issue between ublox and windows 10. I switched to using a "GlobalSat ND-105C Micro USB GPS" and it fixed my problems for the most part (though I do notice it sometimes takes a bit to get a fix) Unfortunately I do...
by ACalcutt
Sun Aug 30, 2020 2:32 am
Forum: General
Topic: WDB Uploader issues
Replies: 7
Views: 12098

Re: WDB Uploader issues

Turns out your huge import did bring up an issue. I put the NVME drives in the pcie slot next to the CPU with a hot 10G nic on the other side. It was working great untill it started to import all your files using constant 70-90% cpu on the sql server. Looks like it got so hot it caused the NVME driv...
by ACalcutt
Sat Aug 29, 2020 9:38 pm
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

this might have been me messing with the network today, but it looks like this was just before I started. from there error it looks like it was having trouble reading the file on your side. "Could not find file 'G:\Vistumbler_fEB2020\2020-02-21 16-41-40_AutoSave.VS1'.'" Maybe could you hav...
by ACalcutt
Sat Aug 29, 2020 9:13 pm
Forum: General
Topic: WDB Uploader issues
Replies: 7
Views: 12098

Re: WDB Uploader issues

Sorry, it was me. I got in a 10G mikrotik switch and have been trying to re-organize my vlans to segregate my web servers. However I think the used 10G switch i got is bad because it seems to cause a packet storm when plugged in to the network. I have the smaller version of it and it works great, bu...
by ACalcutt
Wed Aug 26, 2020 9:02 pm
Forum: General
Topic: Map Fixes
Replies: 3
Views: 17099

Re: Map Fixes

Hi Jon, Good to see you are still around. Which site gave you a malware warning? There shouldn't be anything on any of my sites that would cause that, but I have a lot of trouble with AutoIT code getting falsely flagged, so it could be one of my downloads got me on some list again :roll: . Do they g...
by ACalcutt
Thu Aug 13, 2020 5:23 pm
Forum: General
Topic: How do I register to use WiFiDB?
Replies: 9
Views: 7431

Re: How do I register to use WiFiDB?

Hi Derek, To register you would go to https://wifidb.net/wifidb/login.php?return=%2Fwifidb%2F and click 'Create a user account' If you were having trouble with the server this week it may be because I have been doing a few server hardware upgrades, so I have had things up and down a bit laitly. I th...
by ACalcutt
Mon Jul 20, 2020 8:13 am
Forum: General
Topic: Map Fixes
Replies: 3
Views: 17099

Map Fixes

I've been on vacation the last week so I've made a few long needed fixes to the WifiDB Map. 1.) Fixed many 3 year+ access points not showing. It seems the 3+ year geojson file I was generating had a json syntax error due to a backslash that was in one of the manufactures. in json, backslash is a esc...
by ACalcutt
Sun Jun 21, 2020 4:57 am
Forum: General
Topic: What GPS hardware should I get?
Replies: 21
Views: 53164

Re: What GPS hardware should I get?

I picked up a " GlobalSat ND-105C Micro USB GPS " it seems to work pretty well. Seemed to get a fix (and keep it) much better than a few GPSs I've tried I also tried a " HiLetgo VK172 G-Mouse USB GPS/GLONASS " and had terrible luck with it. it took forever to get a fix and it cou...
by ACalcutt
Sun Jun 21, 2020 4:46 am
Forum: General
Topic: Holy Spam...
Replies: 0
Views: 10858

Holy Spam...

Sorry Everyone, I've haven't been here a lot and it looks like my Anti-Spam extension, CleanTalk, expired June 5th. I started to clean the spam posts manually because usually there's a few that get through, but there were hundreds of pages and hundreds of spam users. Luckily after realizing the Clea...
by ACalcutt
Sun Jun 21, 2020 4:33 am
Forum: Help
Topic: Update fails
Replies: 3
Views: 6151

Re: Update fails

It is most likely trying to update to the beta release, which is the default. you can turn this off in Settings --> Misc Settings --> Update . as to why the update is failing... you would want to run update.exe not UpdateManufactures.exe (maybe you don't have update.exe, i've seen some AVs delete it...
by ACalcutt
Wed May 13, 2020 4:28 pm
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

Jon, can you give this v1.4 version a try. It expects at least version 4.6.2 of .net, which was needed to properly fix an SSL related error i saw in testing that looked to be causing it not to work,

https://github.com/acalcutt/WiFiDBClien ... s/tag/v1.4
by ACalcutt
Wed May 13, 2020 2:13 pm
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

Which version of the uploader are you trying to use? Version 1.3 here? https://github.com/acalcutt/WiFiDBClient/releases . Version 1.3 expects at least .Net 4.5.2 For the one can you can open, can you hit the X on the countdown, then go check your Settings -> Auto Settings and make sure the folder i...
by ACalcutt
Tue Apr 28, 2020 6:29 pm
Forum: General
Topic: A useful tool: Vistumbler
Replies: 3
Views: 10154

Re: A useful tool: Vistumbler

Vistumbler works with windows 10, are you having an issue with it?
by ACalcutt
Tue Feb 18, 2020 8:23 am
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

Back to home automation - I'm not really comfortable with the idea of an Alexa or Google thingee in the house and monitoring everything. Is there a way with hass.io to set up everything so that it's all mostly localized, and let everything else stay behind firewall? I did play with a Nest thermosta...
by ACalcutt
Thu Jan 09, 2020 4:38 pm
Forum: General
Topic: Circle Generator KML
Replies: 0
Views: 25207

Re: Circle Generator KML

Its part of the download, the au3 file is the autoit source code
by ACalcutt
Tue Jan 07, 2020 7:35 pm
Forum: Report Bugs
Topic: GPS Read Dysfunction in Windows 10 Pro
Replies: 24
Views: 53230

Re: GPS Read Dysfunction in Windows 10 Pro

Hey Jon, Happy new year! Sorry I haven't been around much lately. I actually had the same gps issue with the last tablet I tried to buy (I forget the model, but it was rugged with actual usb ports). everything would seem good when it started but it eventually would just not get a location (incomplet...
by ACalcutt
Sun Nov 17, 2019 3:35 pm
Forum: General
Topic: Admin access to local WifiDB
Replies: 9
Views: 18491

Re: Admin access to local WifiDB

Heres the two main basemaps you need with my styles, the OpenStreetMaps basemap and the natural earth basemap
https://drive.google.com/drive/folders/ ... sp=sharing
by ACalcutt
Sat Nov 16, 2019 12:59 pm
Forum: General
Topic: Admin access to local WifiDB
Replies: 9
Views: 18491

Re: Admin access to local WifiDB

Also, if you use SQL express edition I think you should be fine, though you may be missing some features in management studio that are nice. in SQL 2019 for linux there is also a developer version, which is free and has all the features of enterprise with the stipulation your aren't using it in prod...
by ACalcutt
Sat Nov 16, 2019 11:54 am
Forum: General
Topic: Admin access to local WifiDB
Replies: 9
Views: 18491

Re: Admin access to local WifiDB

Yes, at the moment MSSQL is probably the best to go with, since that is what I am testing with here. I am currently using SQL 2019 for linux (centos) with a database in the new unicode collation ( Latin1_General_100_CI_AS_SC_UTF8 ). You would set up your tables with the 'blank_db.sqlsrv' file instea...
by ACalcutt
Sat Nov 16, 2019 1:23 am
Forum: General
Topic: Admin access to local WifiDB
Replies: 9
Views: 18491

Re: Admin access to local WifiDB

at this time there really isn't an admin control panel. there was a basic admin panel at one time, but it was never recreated when the wifidb got redesigned and changed to smarty templates. The settings are mainly in config files 'wifidb/lib/config.ini.php' and 'tools/daemon.config.inc.php', or in t...
by ACalcutt
Fri Oct 04, 2019 11:48 am
Forum: Help / Support
Topic: wifidb.net user registration broken as of 2019-10
Replies: 4
Views: 10517

Re: wifidb.net user registration broken as of 2019-10

Should be fixed now. the server had run out of space on the frontend server, so I increased it from 200GB to 400GB
by ACalcutt
Thu Oct 03, 2019 12:04 pm
Forum: Help / Support
Topic: wifidb.net user registration broken as of 2019-10
Replies: 4
Views: 10517

Re: wifidb.net user registration broken as of 2019-10

Hmm, i'l try and check it out when i get home. from there error in kind of looks like its having trouble writing a smarty temp file.
by ACalcutt
Wed Sep 25, 2019 6:47 am
Forum: General
Topic: A bunch of log files that didn't upload
Replies: 3
Views: 11380

Re: A bunch of log files that didn't upload

it looks like they already got imported, is it reporting somewhere incorrectly? https://wifidb.net/wifidb/opt/userstats.php?func=useraplist&row=15794 (2019-08-19 18-50-21_AutoSave.VS1) https://wifidb.net/wifidb/opt/userstats.php?func=useraplist&row=15795 (2019-08-19 18-56-44_AutoSave.VS1) Ri...
by ACalcutt
Mon Sep 16, 2019 11:44 am
Forum: General
Topic: A bunch of log files that didn't upload
Replies: 3
Views: 11380

Re: A bunch of log files that didn't upload

can you send a sample one? it may already think it uploaded, or got put into the failed list.
by ACalcutt
Wed Sep 11, 2019 7:42 am
Forum: General
Topic: How can I use Vistumbler to tell if a network is 2G or 5G?
Replies: 1
Views: 9082

Re: How can I use Vistumbler to tell if a network is 2G or 5G?

Unfortunatly vistumbler does not support 2g/5g. The wifidb supports the Wigle projects scanner, which does capture cell networks
by ACalcutt
Tue Sep 10, 2019 5:25 am
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

For warpig, maybe just grab a Pi Zero W. It at least has an b/g/n adapter built in and it looks easy to mod for an external antenna. I've gotten a few for small projects and they work pretty well. https://www.raspberrypi.org/products/raspberry-pi-zero-w/ https://www.briandorey.com/post/raspberry-pi-...
by ACalcutt
Tue Sep 10, 2019 5:09 am
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

Personally if I was attempting what your trying to do with the RasPis, I don't think I would use vpn. I would probably just stick to either SSH with a pre shared key, or just plain HTTPS with a cert (letsencrypt is free and easy with their autobots). I think either of those would be plenty secure to...
by ACalcutt
Tue Sep 10, 2019 4:56 am
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

The easiest way is to use portable mode, which goes to the old way of storing the settings file right inside the vistumbler directory instead off %AppData% There are two ways to get portable mode in the latest release. 1.) The "ZIP Portable" Release on the homepage starts in portable mode,...
by ACalcutt
Thu Sep 05, 2019 1:17 am
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

I added a new release of the WifiDB Uploader that can also upload netxml files. https://github.com/acalcutt/WiFiDBClien ... s/tag/v1.3

I was thinking it's probably not to hard to make a bash script that can do the file upload from linux
by ACalcutt
Sat Aug 31, 2019 3:33 pm
Forum: Beta
Topic: Building files that can be interpreted by Vistumbler
Replies: 27
Views: 58952

Re: Building files that can be interpreted by Vistumbler

also, is the wifi adapter in your kismet machine only b/g? just curious because it the file lists the aps as "802.11b+"