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 08-20-2002   #16 (permalink)
pikoro
Registered Member
 
pikoro's Avatar
 
Join Date: Jun 2002
Posts: 13
Updated those subroutines in the FAQ. Can ya double check em for me?

Thanks

Pikoro

Last edited by pikoro : 08-20-2002 at 06:56 AM.
pikoro is offline   Reply With Quote
Old 08-20-2002   #17 (permalink)
rogerRabbit
Peripatetic Stumbler
 
rogerRabbit's Avatar
 
Join Date: Jun 2002
Location: Motueka
Posts: 219
Quote:
Originally posted by pikoro
Updated those subroutines in the FAQ. Can ya double check em for me?

Thanks

Pikoro
Lookin' good!

At a guess, the GPSOk variable is not a NS global (given the way Marius DIMed it & used it in the default script). But I won't have GPS capability at this location until the w/e at the earliest so can't get stuck in there yet.

<thinks in real-time>Wonder if there's some scope here for easily getting around Q263707 - MapPoint 2002 (et al) not recognising a GPS device connected to a Serial-to-USB adapter?</tir-t>
rogerRabbit is offline   Reply With Quote
Old 08-20-2002   #18 (permalink)
kensington
Registered Member
 
kensington's Avatar
 
Join Date: Jul 2002
Location: here
Posts: 62
Quote:
quote:
--------------------------------------------------------------------------------
Originally posted by pikoro
sort of like what you can do in the network control panel in xp by right clicking on the connection and selecting "disable"
--------------------------------------------------------------------------------


Originally posted by rogerRabbit

Funny, I had convinced myself that didn't do the trick. But retested just now and it's fine (of course!).

yeah, in the win9x world we just disabled the card in the device mgr then enable it. Much faster than rebooting, worked 95% of the time. win2k is like xp, just disable/enable the connection.
kensington is offline   Reply With Quote
Old 08-20-2002   #19 (permalink)
marius
It's all my fault
 
marius's Avatar
 
Join Date: Apr 2002
Location: Northern California
Posts: 108
Netstumbler does not attempt to process the script itself, it just loads it into the scripting engine.

So... you are not restricted to VBScript. I have a piece of JScript that works. Or you can use any other language that appears in the scripting dialog box, since it gives you a list of what's on your system. Just make sure your script provides the same function names (OnScanResult, etc) as the default script.

I am working on proper documentation, as well as some samples in Perl and Python.
marius is offline   Reply With Quote
Old 08-20-2002   #20 (permalink)
blackwave
Do I look like I'm joking
 
blackwave's Avatar
 
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
Quote:
Originally posted by marius
Or you can use any other language that appears in the scripting dialog box, since it gives you a list of what's on your system.
For those of you who haven't seen it. (See attached)
Attached Images
File Type: jpg extrnscript.jpg (16.2 KB, 449 views)
__________________
-=BW=-
blackwave is offline   Reply With Quote
Old 08-20-2002   #21 (permalink)
rogerRabbit
Peripatetic Stumbler
 
rogerRabbit's Avatar
 
Join Date: Jun 2002
Location: Motueka
Posts: 219
Quote:
Originally posted by blackwave


For those of you who haven't seen it. (See attached)
Nah, those letters are all over the place. FAKE!
rogerRabbit is offline   Reply With Quote
Old 08-20-2002   #22 (permalink)
pikoro
Registered Member
 
pikoro's Avatar
 
Join Date: Jun 2002
Posts: 13
Quote:
Originally posted by marius
I am working on proper documentation, as well as some samples in Perl and Python.
Great! If you need/want any help, let me know... I live to script

Pikoro
pikoro is offline   Reply With Quote
Old 08-20-2002   #23 (permalink)
netbones
Registered Member
 
netbones's Avatar
 
Join Date: Apr 2002
Posts: 6
Tons of gratitude!!!
netbones is offline   Reply With Quote
Old 08-21-2002   #24 (permalink)
blackwave
Do I look like I'm joking
 
blackwave's Avatar
 
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
Quote:
Originally posted by pikoro
Great! If you need/want any help, let me know... I live to script
NetStumbler.com Forums > NetStumbler Forums > Windows
Version > NetSumbler's New Scripting Information

http://forums.netstumbler.com/showth...&threadid=3415

Also I noticed that http://www.got-ram.com/modules.php?n...=article&sid=7 is not currently functioning nor is http://www.got-ram.com/ just an FYI.
__________________
-=BW=-
blackwave is offline   Reply With Quote
Old 08-21-2002   #25 (permalink)
pikoro
Registered Member
 
pikoro's Avatar
 
Join Date: Jun 2002
Posts: 13
Sorry bout the site being down.. configuration error on my part when I added got-scripts.com to apache... had one too many / in there ;(

Back up now! I'll hopefully have got-scripts up by the end of the day, and ready for uploads by then end of the week.

I'll be looking for people to help maintain it, and if anyone has any info on possible scripting or wireless banner places, let me know
pikoro is offline   Reply With Quote
Old 08-25-2002   #26 (permalink)
marius
It's all my fault
 
marius's Avatar
 
Join Date: Apr 2002
Location: Northern California
Posts: 108
I have posted an "official" scripting guide at http://www.stumbler.net/scripting.html

It contains much the same info as pikoro's page, and will eventually have info about what's supported in what version, and so on.
marius is offline   Reply With Quote
Old 08-31-2002   #27 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Just like to say "Great work guys!" We idiots-who-don't-know-how-to-script all thank you from the bottom of our hearts
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-19-2002   #28 (permalink)
nashr
Uber Geek
 
nashr's Avatar
 
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
Script variable for WEP

I want to write a script that plays different tones for WEP or non-WEP sites. I stumble with the laptop in a bag, and listen over headphones. Is there a variable with this info? If not, does anyone have an idea how to determine if a site is WEPd or not based on the information available to the scripts? Thanks!
nashr is offline   Reply With Quote
Old 09-19-2002   #29 (permalink)
rogerRabbit
Peripatetic Stumbler
 
rogerRabbit's Avatar
 
Join Date: Jun 2002
Location: Motueka
Posts: 219
Re: Script variable for WEP

Quote:
Originally posted by nashr
I want to write a script that plays different tones for WEP or non-WEP sites. I stumble with the laptop in a bag, and listen over headphones. Is there a variable with this info? If not, does anyone have an idea how to determine if a site is WEPd or not based on the information available to the scripts? Thanks!
WEP-status is not available, at least currently.
rogerRabbit is offline   Reply With Quote
Old 10-03-2002   #30 (permalink)
Chris_Schear
Packetmonkey
 
Chris_Schear's Avatar
 
Join Date: Aug 2002
Location: WDM, Iowa
Posts: 243
Bleh...
Attached Images
File Type: jpg no_data.jpg (41.8 KB, 182 views)
__________________
Regards...
http://packetmonkey.net
Chris_Schear 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:14 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.