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 07-25-2004   #166 (permalink)
WiYB_Wirius
Registered Member
 
Join Date: Jul 2004
Posts: 2
Cool

Do I need Mappoint to use the SSID Voice expressing option?

And if I dont need Mappoint, what do I need to do to get it to work...? With a standard XP install.
WiYB_Wirius is offline  
Old 07-25-2004   #167 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Quote:
Originally Posted by WiYB_Wirius
Do I need Mappoint to use the SSID Voice expressing option?

And if I dont need Mappoint, what do I need to do to get it to work...? With a standard XP install.

Look through the thread for the version modified that does not need MapPoint.
wrzwaldo is offline  
Old 07-26-2004   #168 (permalink)
dionysos
Registered Member
 
Join Date: Jul 2004
Posts: 2
Cool auto-adjust volume by drive speed

Although i'm a very bad scripter a managed to extend the script to adjust the windows-volume according to the gps-speed. Very cool when you are listening to your favorite mp3s while scanning. I did not figure out how to set volume in vbscript, so i call a small 18k command-line-utility doing this. It is working really cool for me. I like it so much that i also use it when not scanning, 'cause it gives you some of the comfort only the new cars have

It was quite late and therefore script only works when using mappoint (uses crumbgab to determine whether to set the volume or not) ... but i will fix to make it work without mappoint.

Anyone interested? So i put it in here.

BTW: does anyone know a tool giving you nearly same scripting-capabilites on gps as netstumbler does without having all those wifi-features? It's quite overkill running netstumbler just for adjusting your mp3-volume
dionysos is offline  
Old 07-26-2004   #169 (permalink)
dwakeman
perlmonk
 
dwakeman's Avatar
 
Join Date: Jul 2004
Location: canadia
Posts: 57
Quote:
Originally Posted by dionysos
BTW: does anyone know a tool giving you nearly same scripting-capabilites on gps as netstumbler does without having all those wifi-features? It's quite overkill running netstumbler just for adjusting your mp3-volume
Why don't you write something to talk directly to the GPS device instead of relying on a third party app with GPS scripting support?

update: http://www.nmea.org/pub/0183/index.html

Last edited by dwakeman : 07-26-2004 at 07:34 AM.
dwakeman is offline  
Old 07-26-2004   #170 (permalink)
dionysos
Registered Member
 
Join Date: Jul 2004
Posts: 2
Quote:
Originally Posted by dwakeman
Why don't you write something to talk directly to the GPS device instead of relying on a third party app with GPS scripting support?
Because I am very new to this topic and just collecting information about doing this. I am even not sure which language fits best. And sometimes i just have to work on other things. So, with a lot of patience, maybe i will do it. So far, any suggestions are welcome.

Dennis speaking poor german's english

Last edited by dionysos : 07-26-2004 at 08:09 AM.
dionysos is offline  
Old 07-26-2004   #171 (permalink)
dwakeman
perlmonk
 
dwakeman's Avatar
 
Join Date: Jul 2004
Location: canadia
Posts: 57
Quote:
Originally Posted by dionysos
Because I am very new to this topic and just collecting information about doing this.
Fair enough. There is a lot of information here and on the int0rw3b, so do some searching and you should be able to get some direction. Once you get a bit more information and can ask less general questions, maybe start a new topic as you (we) are threadjacking.

Quote:
I am even not sure which language fits best. And sometimes i just have to work on other things. So, with a lot of patience, maybe i will do it. So far, any suggestions are welcome.
Well, you have to know what you are doing before you can pick your language (that is, if you know more than one). I would pick the one you are most comfortable in and go with that.

good luck.
dwakeman is offline  
Old 07-27-2004   #172 (permalink)
owenjh
Registered Member
 
Join Date: Jul 2004
Posts: 5
Is it me or does this V00:25 not zoom in as far as mappoint does on its own??
owenjh is offline  
Old 07-30-2004   #173 (permalink)
moojooce88
Registered Member
 
Join Date: Jul 2004
Posts: 2
Dialog box support?

Hey, great work with the script, for everyone that's helped with it.

I'm not really familiar with VBS, but would it possible (feasible?) to incorporate a pop-up dialog box when NetStumbler opens the script, with all of the options having checkboxes?

Here's what I mean:

*Open Netstumbler
*Dialog opens - all user configurable options are listed, with checkboxes to select or unselect
*Last Session's options are opened by default (I would think this part would be easy to call)
*If no new options are to be selected, user could just hit enter to use last session's options
*Script resumes with options (speech, default map, crumbs, etc.)

I'm not sure if my idea came across too well, if anyone has any questions, let me know, and I'll try to clear it up.

Nik
moojooce88 is offline  
Old 08-02-2004   #174 (permalink)
Daruma
Net Fumbler
 
Daruma's Avatar
 
Join Date: Sep 2003
Location: 127.0.0.1
Posts: 1
Many thanks!

Many, many thanks for the auto-accident saving scripts!

I do not have MapPoint, but have successfully loaded both the VB and Perl versions of the script.

Thanks for all the work!
Daruma is offline  
Old 08-09-2004   #175 (permalink)
radioguy
Registered Member
 
Join Date: Apr 2004
Posts: 4
Added GPS status announce

I granted my own wish I posted earlier. Here is the V025 script with voice announcements when the GPS status changes.

Now for my next request. Is there a way to ask MapPoint what street you are on? If so when this changes make an announcement of the name of the new street. Just a thought.
Attached Files
File Type: zip GPS Stat.zip (11.6 KB, 311 views)
radioguy is offline  
Old 08-09-2004   #176 (permalink)
drublee
Registered Member
 
Join Date: Aug 2004
Posts: 1
Awsome Script

This works awsome I have my laptop setup in the back seat of car with GPS in the back window and drive screen closed of course works great thanks for all the work.
drublee is offline  
Old 08-10-2004   #177 (permalink)
owenjh
Registered Member
 
Join Date: Jul 2004
Posts: 5
Quote:
Originally Posted by owenjh
Is it me or does this V00:25 not zoom in as far as mappoint does on its own??
Must just be me.

Quote:
Originally Posted by moojooce88
Hey, great work with the script, for everyone that's helped with it.

I'm not really familiar with VBS, but would it possible (feasible?) to incorporate a pop-up dialog box when NetStumbler opens the script, with all of the options having checkboxes?
this would be a nice addon for it, Its been a while since I have done some vbscript but I will give it a shot - not promissing anything tho.
owenjh is offline  
Old 08-10-2004   #178 (permalink)
Re@liTy
Registered Member
 
Re@liTy's Avatar
 
Join Date: Jul 2004
Location: Brighton - U.K.
Posts: 65
Question ms speech sdk 5 unzip to where?

Quote:
Originally Posted by tpeer
If you have downloaded the MS Speech SDK 5, you should have more voices. I have modified the script to allow you to change the voice. In your registry find \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voic es\Tokens - that should give you a list of voices you can set, it starts at 0, not 1. Change the line ~Set TTS.voice = TTS.getvoices().item(X) ' 20040429a~ where X equals the number of the voice you want.

I also changed it to add "is Open" for non-WEP and "is Closed" for WEP APs. This is controlled by the AddWEP flag.

Enjoy

Ted
where should i unzip the sdk5 to -?
apart from not getting the voices to change (yet), it's an amazing script. Just got my GPS the other day & went 4 1st run with it + script. Brings a whole new dimension to Netstumbler compared to *just scanning* like i've been doing up till now!
Thanx alot evryone involved
Re@liTy is offline  
Old 08-10-2004   #179 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Quote:
Originally Posted by Re@liTy
where should i unzip the sdk5 to -?
apart from not getting the voices to change (yet), it's an amazing script. Just got my GPS the other day & went 4 1st run with it + script. Brings a whole new dimension to Netstumbler compared to *just scanning* like i've been doing up till now!
Thanx alot evryone involved
I unzipped it to a temp install folder.
wrzwaldo is offline  
Old 08-11-2004   #180 (permalink)
moojooce88
Registered Member
 
Join Date: Jul 2004
Posts: 2
Quote:
Originally Posted by owenjh
this would be a nice addon for it, Its been a while since I have done some vbscript but I will give it a shot - not promissing anything tho.
right on. that would be cool.
moojooce88 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 11:12 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.