NetStumbler.org Forums

Go Back   NetStumbler.org Forums > NetStumbler Community > Scripts
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 09-09-2004   #1 (permalink)
motec
Registered Member
 
Join Date: Aug 2004
Posts: 20
NetStumbler to Streets & Trips

I took v1all.pl, originally written by guruchill and furher modified by Thorn and made a few changes. Mainly, it now deletes any files that contain no records, instead of leaving files with just the header information. I also added the ability to change some defaults using command line switches and the ability to prefix the outputfilenames with a string supplied at the command line. I did this mainly as an exercise in learning perl so I'm sure the way I did things can be improved on and I'd be interested in seeing how.

Here are some comments from the file itself:

# Name: ns2st.pl (NetStumbler to Streets and Trips)
# Version 1.0 Sept 9, 2004
#
# Description:
# This script accepts as input a 'summary' text file exported
# from Netstumber 0.4 and creates up to four files (wep_ap.txt,
# nowep_ap.txt, wep_ah.txt and nowep_ah.txt) formatted for input
# into Microsoft Streets and Trips
#
# Original credit for the core of this script belongs to guruchill
# with additional modifications by Thorn.
#
# As an exercise in learning Perl the file was further modificated
# by MoTec. Empty files are deleted and the following command line
# switches were added:
#
# --verbose (or -v) : display information while processing
# --debug (or -d) : output debug information to debug.txt
# --inputfilename (or -i) : specify inputfile, defaults to fullsum.txt
# --outputfileprefix (or -o) ; specify a prefix added to the filenames listed above
#
# Example of usage:
#
# $> ns2st -i summary.txt -o 20040909
#
# This will use summary.txt (instead of fullsum.txt) as input and create
# files named as follows: 20040909_wep_ap.txt, 20040909_nowep_ap.txt
# 20040909_wep_ah.txt and 20040909_nowep_ah.txt. Files with no entries
# will be deleted, as always.
#
# **NOTICE**
# This script now requires Getopt::Long from CPAN. This can be added
# By typing this at a command prompt (ommit the leading #):
# perl -MCPAN -e 'install Getopt::Long'
#
################################################## ########################
Hopefully this is usefull for someone.

-MoTec
Attached Files
File Type: txt ns2st.pl.txt (5.9 KB, 1357 views)
motec is offline   Reply With Quote
Old 11-06-2004   #2 (permalink)
locoluna69
Registered Member
 
Join Date: Nov 2004
Posts: 1
Thanks!!! Works with Delorme too.

Hey, thanks a million. This is exactly what I was looking for. I used it to import into Delorme Topo 5 also.
locoluna69 is offline   Reply With Quote
Old 11-08-2004   #3 (permalink)
lacentrix
Registered Member
 
Join Date: Sep 2004
Posts: 13
ok, how do i setup everything to work woth NS, i just got M$ S&T 2005 w/ gps, now im trying to get NS to plot the AP's on the map while driving. like AP breadcrumbs. any advice/scripts/insults would be appreciated.

-Myke
lacentrix is offline   Reply With Quote
Old 11-08-2004   #4 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,138
Quote:
Originally Posted by lacentrix
ok, how do i setup everything to work woth NS, i just got M$ S&T 2005 w/ gps, now im trying to get NS to plot the AP's on the map while driving. like AP breadcrumbs. any advice/scripts/insults would be appreciated.

-Myke

Currently only possible with MS MapPoint. All plotting for S&T, Street Atlas... is done post process.
wrzwaldo is offline   Reply With Quote
Old 11-08-2004   #5 (permalink)
lacentrix
Registered Member
 
Join Date: Sep 2004
Posts: 13
is there a free version of Mappoint or is is just a matter of finding a 'free' version?
lacentrix is offline   Reply With Quote
Old 11-08-2004   #6 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,138
Quote:
Originally Posted by lacentrix
is there a free version of Mappoint or is is just a matter of finding a 'free' version?
No and I don't want to know what you mean by "finding a 'free' version".
wrzwaldo is offline   Reply With Quote
Old 11-08-2004   #7 (permalink)
lacentrix
Registered Member
 
Join Date: Sep 2004
Posts: 13
looks like i get to buck up for Mappoint and add to my software collection. does it at least come on one of the cool holographic cd's? And in the buisness im in i cant get 'free' versions

-Myke
lacentrix is offline   Reply With Quote
Old 01-03-2005   #8 (permalink)
teitoku
Registered Member
 
Join Date: Sep 2004
Posts: 27
Are you a student? You can nab mappoint for $50.
teitoku is offline   Reply With Quote
Old 01-03-2005   #9 (permalink)
beakmyn
root\.workspace\.garbage.
 
Join Date: Aug 2003
Posts: 4,785
You can buy a trial version of Mappoint for $7.95 from Microsoft to try it out. Otherwise the full version will set you back almost $300.00 US

Microsoft has been known to give away copies of the program through Beta trials and the like. I got my copy (MP2002) for going to an Office XP launch event.
__________________
It's not Intelligent Design, it's peer pressure.

┌──────────────────────────────┐
NS Icons Explained|et hoc genus omne
└──────────────────────────────┘
beakmyn is offline   Reply With Quote
Old 01-03-2005   #10 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,138
Quote:
Originally Posted by teitoku
I don't understand, what does this do exactly? Doesn't wimap already convert netstumbler files to delorme street atlas?
I suppose... How is that an issue for this thread?

Quote:
NetStumbler to Streets & Trips
wrzwaldo is offline   Reply With Quote
Old 01-03-2005   #11 (permalink)
teitoku
Registered Member
 
Join Date: Sep 2004
Posts: 27
Hah, my mistake
teitoku is offline   Reply With Quote
Old 01-04-2005   #12 (permalink)
teitoku
Registered Member
 
Join Date: Sep 2004
Posts: 27
Is there a similar method to get netstumbler to read aloud it's findings without involving mappoint?
teitoku is offline   Reply With Quote
Old 01-04-2005   #13 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,138
Quote:
Originally Posted by teitoku
Is there a similar method to get netstumbler to read aloud it's findings without involving mappoint?


Yes use the mappoint script with the map function turned off.

Last I remember it is in here.

Last edited by wrzwaldo : 01-04-2005 at 01:06 AM.
wrzwaldo is offline   Reply With Quote
Old 01-04-2005   #14 (permalink)
teitoku
Registered Member
 
Join Date: Sep 2004
Posts: 27
Thanks, you people are great.
teitoku is offline   Reply With Quote
Old 01-04-2005   #15 (permalink)
streaker69
Psychic Amish Stumbler
 
streaker69's Avatar
 
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,651
Quote:
Originally Posted by teitoku
Thanks, you people are great.
This post needs to be saved for all posterity, since there are so many that think we're not.
__________________
"One of these days, I'm going to cut you to pieces."

If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum.

Thank you.
streaker69 is online now   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 08:29 PM.


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.