![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
NetSumbler's New Scripting Information
I just recently downloaded the latest version of netstumbler, and me, being a scripter, was delighted to find that there is now scripting support built in.
But lo and behold! no documentation to be found... anywhere on this new scripting.. not even what language to use. Well, using my mystical powers of creativity, I figured it out! It's kind of long, so I posted it on my website: Here's what I found: http://www.got-ram.com/modules.php?n...=article&sid=7 Aaron |
|
|
|
|
|
#4 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
Happy to be of service.. I only have one question:
Do you have any documentation or perhaps just a list of api's that I could use/post on my site or that you could send to me?... I want to dedicate my site (that's not quite up yet) to netstumbler scripts, scripting and tutorials... and I've already got lots of good ideas for scripts to write. Right now I'm using www.got-ram.com for whatever i need to post, but I also have www.got-wireless.net to play with ![]() Is the perl capability there yet, or is that a teaser of things to come? Thanks in advance Aaron Last edited by pikoro : 08-19-2002 at 11:58 PM. |
|
|
|
|
|
#5 (permalink) | |
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Quote:
![]()
__________________
-=BW=- |
|
|
|
|
|
|
#6 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
I'm working on a scripting "FAQ" of sorts... more of a tutorial / explination I guess.. I'll post it when I'm done.
Is there someplace to post these scripts as they're written? If not, I'd be happy to stick up a forum/download area on my site. Aaron |
|
|
|
|
|
#7 (permalink) | |
|
Do I look like I'm joking
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
|
Quote:
http://forums.netstumbler.com/forumd...?s=&forumid=20 Thanks again pikoro!
__________________
-=BW=- |
|
|
|
|
|
|
#8 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
Ok, here's the initial FAQ:
http://www.got-ram.com/modules.php?n...=article&sid=8 Send me comments so i can fix it. Pikoro |
|
|
|
|
|
#10 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
Blackwave:
I looked at your command line utility, It appears that you have to eject the card, hack the mac, and reinsert the card... I really dont' think that could be "scripted" ![]() If there's another way to use that program, or heck, even just a registry hack, I could script one up pretty quickly. Let me know if ya can help, we may even be able to vbs the whole thing... Be pretty neat if we could... Pikoro |
|
|
|
|
|
#12 (permalink) |
|
Registered Member
Join Date: Jun 2002
Posts: 13
|
I would expect so
What we need is a utility to stop the network services, change the registry, and restart the network, like nt's "net stop network" and then change the mac, then "net start network"... hmm.. i'll have to look into that... perhaps there's an api call to "eject" a pcmcia card... or tell the system it's been ejected anyways... like disable and enabling the connection.. sort of like what you can do in the network control panel in xp by right clicking on the connection and selecting "disable" Pikoro |
|
|
|
|
|
#13 (permalink) | |
|
Peripatetic Stumbler
Join Date: Jun 2002
Location: Motueka
Posts: 219
|
Scanning events
Quote:
Had a quick look and, IMO: 1. Just 'cos something's REMed out in the default script doesn't seem to mean it's for future use. 2. OnEnableStart - this is the event triggered by Enabling a scan (!) i.e. clicking the green arrow. 3. OnDisableScan - what happens when you disable the scan(!). 4. OnScanStart - No! This is the event that triggers every (e.g.) 1 second when NS shouts "all your ..." Try the attached VB script. BTW, great job with the site & work to date . |
|
|
|
|
|
|
#15 (permalink) | |
|
Peripatetic Stumbler
Join Date: Jun 2002
Location: Motueka
Posts: 219
|
Quote:
|
|
|
|
|