NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Windows
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 04-29-2004   #16 (permalink)
iceburn68
Registered Member
 
iceburn68's Avatar
 
Join Date: Feb 2004
Posts: 206
I would agree MapPoint is quite expensive, although I love every part of it . . . but I ran Streets and Trips for quite some time and must admit it does a damn good job for $30 . . . so for real high quality maps and lots of possibilities you might wanna check it out . . .
good luck
__________________
My Wardriving Website
iceburn68 is offline   Reply With Quote
Old 04-29-2004   #17 (permalink)
Dutch
Humourless EuroMod.
 
Dutch's Avatar
 
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
Quote:
Originally Posted by iceburn68
I would agree MapPoint is quite expensive, although I love every part of it . . . but I ran Streets and Trips for quite some time and must admit it does a damn good job for $30 . . . so for real high quality maps and lots of possibilities you might wanna check it out . . .
good luck
Streets and Trips is US only AFAIK.. The equivalent MS product for Europe is Autoroute UK 2004, which cost 500 Dkr (appr. 80 USD).

But again, gpsvisualizer is free of charge, and I don't need to upgrade the old laptop (Dell Latitude CP. 233 mhz Pentium with 96 Mb ram) I use for my war-strolling to run it.. Just run Thorn's perlscript, connect at a hotspot, and go to Adam's site, make the map, and do a screendump to have it in gif format.

Just like NS, I feel that Adam's site is great value for the price

Just my 0.02€'s worth...

Dutch
Dutch is offline   Reply With Quote
Old 04-29-2004   #18 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
Quote:
Originally Posted by Thorn
3) The script will produce a GPS_vz.CSV file, containing the Lat, Long, SSID and MAC.
The fourth field, for now, should be "desc," not "MAC"; it can contain the MAC address, but it has to be called "desc" or GPS Visualizer won't use it.

Oh, and another thing: add an initial field called "type," and put "W" in for each point. Without that, when you upload the .csv file, it'll be read as a track file instead of a collection of waypoints.

Last edited by adamschneider : 04-29-2004 at 11:34 PM.
adamschneider is offline   Reply With Quote
Old 04-29-2004   #19 (permalink)
iceburn68
Registered Member
 
iceburn68's Avatar
 
Join Date: Feb 2004
Posts: 206
Sorry, I didn't know about the price hike outside of the US. And I do agree the online platform is nice, I played around with it today.
__________________
My Wardriving Website
iceburn68 is offline   Reply With Quote
Old 04-29-2004   #20 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
Check this out: http://www.gpsvisualizer.com/misc/NetStumbler.svg
Non-interactive GIF: http://www.gpsvisualizer.com/misc/NetStumbler.gif

It took me a while to assemble that from Dutch's exported data, but it's an example of the kind of thing that COULD be done with complete data.

I actually started doing it because I wanted to see how the "summary" points were calculated. It looks like it might try to mark a point near the center of the points it collected from a particular base station, but it's not 100% predictable.
adamschneider is offline   Reply With Quote
Old 04-30-2004   #21 (permalink)
Dutch
Humourless EuroMod.
 
Dutch's Avatar
 
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
Quote:
Originally Posted by adamschneider
Check this out: [url]
It took me a while to assemble that from Dutch's exported data, but it's an example of the kind of thing that COULD be done with complete data.

I actually started doing it because I wanted to see how the "summary" points were calculated. It looks like it might try to mark a point near the center of the points it collected from a particular base station, but it's not 100% predictable.
Hot damn!!! This is great !! Gives one the posibility to see exactly where the accesspoint is reachable from. Much more info than what I hoped would be possible to get by using your service.

You used the summary data together with the full export to do this ?

I.E. cleaning up the summaryfile data, and adding the type field with each entry as a W for waypoint, and cleaning up the Full Text export, adding the type field with each entry as a T for track, concatenate the two files into one, and then uploading that file to gpsvisualizer ?

Shouldn't be to hard to adapt Thorn's script to do that in one go, if that is the case..
Added after testing...
I have changed Thorn's script to do the above, but I can't seem to get each accesspoint to show up on it's own track. Did you break down the data, so each accesspoint have it's own datafile ? Or is there a trick here which I'm to dense to see
OTOH by just doing the above, I get a pretty good approximation of the route of my stroll. Going to play with the GPSGATE software mentioned in an other thread, so I can make a seperate track file with the complete route, which then can be overlaid to the map as well. So having a total documentation of where I went physically from my GPS's normal tracker software, as well as Netstumblers loggings with the accesspoints tracks like in your example.
End of addition...

This is great fun, drilling the data down and presenting it Thanks for giving an old man some fun


Just my 0.02€'s worth....

Dutch

P.S. Adding to my previous posts P.S: Adam, if you ever get to Copenhagen, holler, and I'll buy you both danish beer, AND dinner

Last edited by Dutch : 04-30-2004 at 05:09 AM.
Dutch is offline   Reply With Quote
Old 04-30-2004   #22 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
Quote:
Originally Posted by Dutch
I have changed Thorn's script to do the above, but I can't seem to get each accesspoint to show up on it's own track. Did you break down the data, so each accesspoint have it's own datafile ? Or is there a trick here which I'm to dense to see
No, there's no trick you missed if you're creating a plain text file. To accomplish that map, I wrangled everything into a GPX file; GPX files, of course, can have different names for each track. (You don't want to have to manage 20 text files for a single NetStumbler log.)

Don't do too much more with Thorn's script, though; I will find a way to make this work in GPS Visualizer. Maybe this weekend.
adamschneider is offline   Reply With Quote
Old 04-30-2004   #23 (permalink)
Thorn
Did you do the math?
 
Thorn's Avatar
 
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,083
Quote:
Originally Posted by adamschneider
The fourth field, for now, should be "desc," not "MAC"; it can contain the MAC address, but it has to be called "desc" or GPS Visualizer won't use it.

Oh, and another thing: add an initial field called "type," and put "W" in for each point. Without that, when you upload the .csv file, it'll be read as a track file instead of a collection of waypoints.
Done!
Attached Files
File Type: txt GPS_vz_1_1.pl.txt (1.6 KB, 17 views)
__________________
Thorn
"I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?"
Thorn is offline   Reply With Quote
Old 05-01-2004   #24 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
binary files

Well, I've mostly managed to figure out the binary format, although I've encountered a couple of variations in files from different people, and while I managed to make it work, I'm not sure the duct tape will hold.

Could some more people please send me some .ns1 files? I'd especially like to see some that have the "# Name" (manufacturer, maybe?) field filled in.
adamschneider is offline   Reply With Quote
Old 05-02-2004   #25 (permalink)
Dutch
Humourless EuroMod.
 
Dutch's Avatar
 
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
Quote:
Originally Posted by adamschneider
No, there's no trick you missed if you're creating a plain text file. To accomplish that map, I wrangled everything into a GPX file; GPX files, of course, can have different names for each track. (You don't want to have to manage 20 text files for a single NetStumbler log.)

Don't do too much more with Thorn's script, though; I will find a way to make this work in GPS Visualizer. Maybe this weekend.
Could you give an outline of steps necessary and software used, to make that GPX file.. I've done some searching, and found Topografix website, with EasyGPS and ExpertGPS, are one of those programs necessary to get the data into GPX format ?

At the moment I'm just playing around with adapting Thorn's Perl script, to do something similar. Great way of learning some perl

Looking forward to seeing what you come up with regards to native NS1 file format support.

Just my 0.02€'s worth...

Dutch
Dutch is offline   Reply With Quote
Old 05-02-2004   #26 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
Quote:
Originally Posted by Dutch
Could you give an outline of steps necessary and software used, to make that GPX file.. I've done some searching, and found Topografix website, with EasyGPS and ExpertGPS, are one of those programs necessary to get the data into GPX format?
GPSBabel can actually convert to GPX (once you give it a file defining your input format)... but to create that file the other day, I actually just did a lot of really ugly multi-step sorting and search-and-replacing in BBEdit. I wouldn't recommend it.


Quote:
Originally Posted by Dutch
Looking forward to seeing what you come up with regards to native NS1 file format support.
Well, like I said, I've got it mostly figured out... but I'm not going to declare victory until I've tested it against a few more files. All I have right now is one Dutch sent and a couple I found with Google. Hint, hint: please send me some. Send me some from older versions of NS, if you can; and better yet, send some with that mysterious "Name" field filled in.

(If you're wondering why I don't just make my own files, it's because I don't even have a GPS setup that would allow me to.)

Adam
adamschneider is offline   Reply With Quote
Old 05-02-2004   #27 (permalink)
iceburn68
Registered Member
 
iceburn68's Avatar
 
Join Date: Feb 2004
Posts: 206
Quote:
Originally Posted by adamschneider
Hint, hint: please send me some. Send me some from older versions of NS, if you can; and better yet, send some with that mysterious "Name" field filled in.

Adam
You just need .ns1 files? I can send ya some if u give me ur email or another way of getting them to u . . .
__________________
My Wardriving Website
iceburn68 is offline   Reply With Quote
Old 05-02-2004   #28 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
Quote:
Originally Posted by iceburn68
You just need .ns1 files? I can send ya some if u give me ur email or another way of getting them to u . . .
Just e-mail them to the address at the bottom of http://www.gpsvisualizer.com/. (Of course, it'd be nice if you .zip them first!)
adamschneider is offline   Reply With Quote
Old 05-02-2004   #29 (permalink)
iceburn68
Registered Member
 
iceburn68's Avatar
 
Join Date: Feb 2004
Posts: 206
Quote:
Originally Posted by adamschneider
Just e-mail them to the address at the bottom of http://www.gpsvisualizer.com/. (Of course, it'd be nice if you .zip them first!)
Ok, i get off of work in about 5 hours, you will have them in ur box then . . .
__________________
My Wardriving Website
iceburn68 is offline   Reply With Quote
Old 05-03-2004   #30 (permalink)
adamschneider
Registered Member
 
Join Date: Apr 2004
Posts: 38
GPS Visualizer & .ns1 files

Okay, I think it's working:

http://www.gpsvisualizer.com/map?form=wifi

Please test it out and let me know if it doesn't like your files, or if you have suggestions on how the input or output could be improved.
adamschneider is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 03:31 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.