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-08-2004   #61 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Ooooooo kay!

First off,

I've used the time & date as the version - 4th line down in file.

Second,

Found that you don't need an external file for the zoom control, so no zoomcontrol.txt needed and all references to it have been taken out. This should stop Norton Anti-virus popping up windows!
Zoom in & out using the MapPoint zoom controls as normal.

**
Use it with or without MapPoint
Turn off signal strength sounds
Change the voice
Add open & closed on to the end of AP name
keep you on the map (re-centre)
zooms in & out
**
Attached Files
File Type: txt ns04mappoint.txt (15.6 KB, 386 views)
__________________
Laidback

Laidback Carputer

Last edited by Laidback : 05-08-2004 at 07:56 PM.
Laidback is offline  
Old 05-08-2004   #62 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Cool, but I was talking about making the ver# part of the .ZIP file name...
My Bad
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Old 05-11-2004   #63 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by stellie
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?
Hmmm. Download the voices for the Speech SDK 5.1 from Microsoft.

I have modified the script again, to give a message box if it can't initialize Mappoint or Wake up the stumbler lady (Initialize Voice). This will at least keep you (well, it should anyway) from getting an error if you don't have the 5.1 SDK.

I have not been able to get another voice (XVoice.dll) to initialize from this script, so I have no answer than SDK 5.1.

Sorry,

Ted

(version 0019 of the script by the way)

Edit: Fatfingered spelling
Attached Files
File Type: txt ns04mappoint_v0019.txt (16.4 KB, 288 views)
tpeer is offline  
Old 05-16-2004   #64 (permalink)
Fluffy_Soick
Registered Member
 
Join Date: May 2004
Posts: 1
Thx man

Thanks man. This is a real big pimpin' script that us backpacking, headphoneing warcyclers really needed. This is awesome, now I dont have to pull my laptop out of my backpack ever so often to see what I've got.

Last edited by Fluffy_Soick : 05-16-2004 at 02:10 AM.
Fluffy_Soick is offline  
Old 05-19-2004   #65 (permalink)
Apollyon
WDing the World in BDU's
 
Apollyon's Avatar
 
Join Date: Apr 2004
Location: Rural Sin City, USA
Posts: 61
Microsoft seems to recommend the user go to the Microsoft Speech Application Software Development Kit (SASDK) Version 1.0, rather than using the Speech 5.0 SDK. Is this new software useable with the scripting? Know anything about it?

Apollyon
Apollyon is offline  
Old 05-19-2004   #66 (permalink)
Apollyon
WDing the World in BDU's
 
Apollyon's Avatar
 
Join Date: Apr 2004
Location: Rural Sin City, USA
Posts: 61
I just tried out this script and found an apparent bug. Not every AP found is logged with a symbol in MapPoint. Some just leave a blank spot in the breadcrumb trail. I tried it with breadcrumbs off and it just left a blank spot like nothing had been found. Some were away from other AP's (so it doesn't seem to be an issue of two found at once). Is this a known prob? Solutions?

WinXP
NS 0.4
MapPoint 2004
script v.0019

Apollyon

P.S. The below pic shows what should be 4 AP's.
Attached Images
File Type: gif WDScriptTest.gif (5.5 KB, 1287 views)

Last edited by Apollyon : 05-19-2004 at 11:36 PM.
Apollyon is offline  
Old 05-20-2004   #67 (permalink)
washu
Registered Member
 
washu's Avatar
 
Join Date: Apr 2004
Posts: 9
RE: not finding them all

I noticed this as well with my perl port so I made a few changes the the perl script when I posted to add an access point during speech, as the onPositionChange event is not always happening when driving .. guessing due to speed and signal strength at the time.

Washu
washu is offline  
Old 05-22-2004   #68 (permalink)
jimmycow73
Registered Member
 
Join Date: May 2004
Posts: 1
Voicetalkingtofast

Hi all,
I'm not using GPS, and the TTS script has really helped me. it kicks ass!!!
i'm using the following line in part of the script to try and get more info out at a time....

ComboSSID = "New AP," & "OPEN," & SSID & Signal

The problem i run into is 2 fold.. 1. it dosnt pause where the ","'s are 2. the voice over loops

the whole chunk of code looks like:

Dim ComboSSID
If UseSpeech And Not Spoken_BSSIDs.Exists(BSSID) Then
' ComboSSID = SSID
If AddWEP then
If ((CapFlags / 16) Mod 2) = 1 Then
ComboSSID = "New AP," & " Closed," & SSID & Signal
Else
ComboSSID = "New AP," & "OPEN," & SSID & Signal
End If
End If
New_SSIDs.Item(ComboSSID) = 1
End If

Thanks
jimmycow73 is offline  
Old 05-22-2004   #69 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by jimmycow73
ComboSSID = "New AP," & "OPEN," & SSID & Signal

The problem i run into is 2 fold.. 1. it dosnt pause where the ","'s are 2. the voice over loops

the whole chunk of code looks like:

Dim ComboSSID
If UseSpeech And Not Spoken_BSSIDs.Exists(BSSID) Then
' ComboSSID = SSID
If AddWEP then
If ((CapFlags / 16) Mod 2) = 1 Then
ComboSSID = "New AP," & " Closed," & SSID & Signal
Else
ComboSSID = "New AP," & "OPEN," & SSID & Signal
End If
End If
New_SSIDs.Item(ComboSSID) = 1
End If

Thanks
As to 1) the stumbler lady seems to ignore punctuation, and more than one space. Try this --> ComboSSID = "New AP OPEN " & SSID & " " & Signal. That should at least not run the words SSID and Signal together.

As to 2) What do you mean the voice loops?

Ted
tpeer is offline  
Old 05-22-2004   #70 (permalink)
Apollyon
WDing the World in BDU's
 
Apollyon's Avatar
 
Join Date: Apr 2004
Location: Rural Sin City, USA
Posts: 61
Missing AP's

Quote:
Originally Posted by washu
I noticed this as well with my perl port so I made a few changes the the perl script when I posted to add an access point during speech, as the onPositionChange event is not always happening when driving .. guessing due to speed and signal strength at the time.

Washu
Good catch. I disabled the speech and the AP's are now appearing properly. I hope there is some way to have it both ways, as it's really nice to hear when one is found. Would it help to shorten the phrase, such as not saying the SSID, just "Open" or "Closed"?

Apollyon
Apollyon is offline  
Old 05-25-2004   #71 (permalink)
helio
Registered Member
 
Join Date: Apr 2004
Posts: 9
What do you have to do to get a "Stumbler Lady" voice? I can only get the original SAM type voice to work, can't get any female or any other voices to work at all. Was hoping for a sexy Star Trek computer voice...
helio is offline  
Old 05-25-2004   #72 (permalink)
Apollyon
WDing the World in BDU's
 
Apollyon's Avatar
 
Join Date: Apr 2004
Location: Rural Sin City, USA
Posts: 61
Quote:
Originally Posted by helio
What do you have to do to get a "Stumbler Lady" voice? I can only get the original SAM type voice to work, can't get any female or any other voices to work at all. Was hoping for a sexy Star Trek computer voice...
download the 5.1 SDK http://www.microsoft.com/speech/download/sdk51/

But even with 5.1, I don't think you'll get your wish...

Apollyon
Apollyon is offline  
Old 05-26-2004   #73 (permalink)
helio
Registered Member
 
Join Date: Apr 2004
Posts: 9
Okay - I figured out how to switch over to the "mary" voice - (done in the CP) - now, has anyone ever found any (prefer free) voices that can be downloaded that add some more (female) options to the one (mary) voice in the SDK?? Thanks for any help...
helio is offline  
Old 05-26-2004   #74 (permalink)
G8tK33per
Asshole Emeritus
 
G8tK33per's Avatar
 
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
Quote:
Originally Posted by helio
Okay - I figured out how to switch over to the "mary" voice - (done in the CP) - now, has anyone ever found any (prefer free) voices that can be downloaded that add some more (female) options to the one (mary) voice in the SDK?? Thanks for any help...
I can hear it now..."helio, jam that big Senao into my slot. Do we have fresh batteries in the GPS?..let's go for a drive, big boy."
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick."

Sons of Confederate Veterans
G8tK33per is offline  
Old 05-28-2004   #75 (permalink)
helio
Registered Member
 
Join Date: Apr 2004
Posts: 9
Talking

Actually, I had in mind something like that Star Trek episode where the computer kept calling Kirk "dear". Something like


"linksys is open...dear"
"default is open...dear"
"netgear is closed...dear"
helio 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 01:45 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.