NetStumbler.org Forums

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

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-04-2004   #46 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by pforkes
Excitedly I set off with this script believing it to be the panacea. Alas, no.

It doesn't bring up MapPoint 2004 (hence no tracking/zooming)
Now Norton AntiVirus believes it to be a malicious script (every two seconds, or so , when it scans again for a WAP).
Also, I have AT&T Natural Voices 1.4 installed (which was using "Crystal's" voice quite nicely). Now it uses "Mike's" voice and over-rides the default settings.

On the positive side, it does add '...is closed' and '...is open' to the end of each announcement
Doooh! Sorry!

Works fine on mine...

I haven't tried with 2004, only 2002 but not sure why it wouldn't open it. I didn't change anything there! Did you set 'UseMappoint = True' ??
I guess the NAV problem is with the script reading the zoomcontrol.txt file (and potentially writing to it), not much I can do about that...stop NAV while you're stumbling, maybe? You did create a zoomcontrol.txt file in the NetStumbler folder, didn't you?
and you can change the voice by changing this line - Set TTS.voice = TTS.getvoices().item(0) ' 20040429a
Change the number in the brackets, 0 is the lady
__________________
Laidback

Laidback Carputer

Last edited by Laidback : 05-04-2004 at 07:23 PM.
Laidback is offline  
Old 05-04-2004   #47 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
I tested it last night with a quick spin through Madrid...can you tell where I went?

Map
Closer

It's not perfect but it's good fun! I'm not sure that all the ap's get plotted on the map. I wrote a quick VB proggy that opens NetStumbler & MapPoint on the same screen, NetStumbler across the top and a MapPoint map underneath it, with zoom control buttons, simple but works ok.
__________________
Laidback

Laidback Carputer

Last edited by Laidback : 05-04-2004 at 07:20 PM.
Laidback is offline  
Old 05-04-2004   #48 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by Laidback
Merged what I did with tpeers script.

So now you can ...
Use it without MapPoint
Turn off signal strength sounds
Change the voice
Add open & closed on to the end of AP name
Should keep you on the map (re-centre)
And, by using zoomcontrol.txt file, will let you zoom in & out
Fantastic. If I get a wild hair to make anymore changes, I'll update this one.

Ted
tpeer is offline  
Old 05-04-2004   #49 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by Laidback
you can change the voice by changing this line - Set TTS.voice = TTS.getvoices().item(0) ' 20040429a
Change the number in the brackets, 0 is the lady
You can also comment this lineout by using a ' in the front of it, and it will not override the system default voice. Hmmm. Maybe someone should add a switch to this script to set a voice.

Ok. Switch is "OverrideDefaultVoice". Here's the new version.

By the way, thanks Laidback, for combining them all.

Enjoy,

Ted

EDIT: Cannot leave well enough alone. Added VoiceNum as the number of the voice you want to use, and if you override the default voice, it will speak the name of the voice you are using.
Attached Files
File Type: txt ns04mappoint2.txt (14.6 KB, 295 views)

Last edited by tpeer : 05-04-2004 at 09:36 PM.
tpeer is offline  
Old 05-05-2004   #50 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by tpeer
EDIT: Cannot leave well enough alone. Added VoiceNum as the number of the voice you want to use, and if you override the default voice, it will speak the name of the voice you are using.
Ok, I just highlighted where the user configurable switches are in the script with
********* User Switches ***********

Added a place to enter your starting location,
made it so MapPoint will start up without the GPS running
and will zoom to your starting location if set so.

pic
Attached Files
File Type: txt ns04mappoint.txt (15.5 KB, 224 views)
__________________
Laidback

Laidback Carputer

Last edited by Laidback : 05-05-2004 at 04:50 PM.
Laidback is offline  
Old 05-05-2004   #51 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Changes to Voice stuff. If VoiceNum = Empty, the default voice will used. Modified the hello world message to be the name of the voice used. Reorganized the user changeable switches/variables a little and changed all mappoint stuff to not be checked unless UseMAppoint = True.

Someone tell me if it still works with mappoint

Ted
Attached Files
File Type: txt ns04mappoint.txt (16.9 KB, 182 views)
tpeer is offline  
Old 05-05-2004   #52 (permalink)
tHREAt
Registered Member
 
Join Date: Apr 2004
Posts: 2
opening same Map

Is there a way to have the script open the same map each time??
tHREAt is offline  
Old 05-05-2004   #53 (permalink)
washu
Registered Member
 
washu's Avatar
 
Join Date: Apr 2004
Posts: 9
Soon to be uploaded

my perl scripts are in final testing. they perform all the functions currently by the ns04mappoint.txt plus can run via command line to import a summary into your map, and has an autosave/reload map feature

Washu
washu is offline  
Old 05-06-2004   #54 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by tHREAt
Is there a way to have the script open the same map each time??
You can open the map you want to use first...
__________________
Laidback

Laidback Carputer
Laidback is offline  
Old 05-06-2004   #55 (permalink)
washu
Registered Member
 
washu's Avatar
 
Join Date: Apr 2004
Posts: 9
first cut of perl port

Here it is, you need to install activestate perl to use the module. ::NOTE:: the install feature has not been tested well, use at your own risk. otherwise simply type the name of the script at a cmd prompt after you install perl for a simple help, or opent he script and have a look.. enjoy
Attached Files
File Type: zip perlstumbler.zip (14.1 KB, 154 views)

Last edited by washu : 05-06-2004 at 11:35 AM. Reason: Fixed the zip file
washu is offline  
Old 05-06-2004   #56 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Schweeeeetttttt........

It's going with me this weekend, for a test run...
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Old 05-07-2004   #57 (permalink)
washu
Registered Member
 
washu's Avatar
 
Join Date: Apr 2004
Posts: 9
Bug fixes

Attached is a new version of the zipfile, with some bug fixes, mostly for autosaving file, and a problem where not all AP getting pushpins, and cmdline enhancements

Make sure you edit the PerlStumbler.pl script to suit your paths

Washu
Attached Files
File Type: zip perlstumbler.zip (14.6 KB, 65 views)
washu is offline  
Old 05-08-2004   #58 (permalink)
washu
Registered Member
 
washu's Avatar
 
Join Date: Apr 2004
Posts: 9
Perl Script 2nd Update

New version, , now supports reading .ns1 files from the command line

Washu
Attached Files
File Type: zip perlstumbler.zip (16.0 KB, 167 views)
washu is offline  
Old 05-08-2004   #59 (permalink)
stellie
Registered Member
 
Join Date: May 2004
Posts: 1
Cool Using voice script in win2kpro

Just an observation -- it appears that this is much "easier" to get up and running (the voice/mp script) in XP than win2k.

I have speech and text on, but this script fails consistently at line 37 (char 2) which happens to be the DIMM TTF create basic object point (bssid, newssid). With this failure, the script won't do too much.

Anyone got any insight into this script on a win2k box?
stellie is offline  
Old 05-08-2004   #60 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Lightbulb

Here's an Idea for all you script programmers out there..

Add ver. numbers to the files you post here so people know which ver.
is the newest.

You can even create a "Sticky" post that you can update with the new
version (Edit Message/Replace .ZIP) instead of multiple postings..
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Closed Thread


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 04:48 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.