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 09-05-2002   #1 (permalink)
jjkaczor
'family guy' stumbler
 
jjkaczor's Avatar
 
Join Date: Jul 2002
Location: Calgary
Posts: 269
stumble-map-track - Latest "uber" version 0.3.0

'
'=========================================
' MapPoint 2002 / NetStumbler 0.3.0 Integrator
'=========================================
'
' Name: stumble-map-track.vbs
' Author: Jason Kaczor
' jkaczor@acoupleanerds.com
'
' Version: 0.3 (evolved from earlier scripts)
'
' Description:
'
' Integrates NetStumbler with MapPoint 2002 as much as possible
' with current scripting interfaces.
'
' Again, thanks Marius!
'
' Warnings:
' - Use at yer own durn risk!
'
' - For audio to work, this script must be saved to the same folder
' as NetStumbler. If that still doesn't work, try using the new
' MIDI functionality, it's nice, I love it!
'
' - We cannot yet map data in realtime, as that interface is not being
' called by NetStumbler.
'
' Have fun...
'
Attached Files
File Type: zip stumble-map-track.zip (3.5 KB, 438 views)
jjkaczor is offline   Reply With Quote
Old 09-05-2002   #2 (permalink)
jjkaczor
'family guy' stumbler
 
jjkaczor's Avatar
 
Join Date: Jul 2002
Location: Calgary
Posts: 269
Talking

Thanks Render for giving me "da push" to get this new version out.

If all goes well, and you rub the "voodoo" gods the right way, this should look like the following as you stumble:
Attached Images
File Type: gif livecommute.gif (10.8 KB, 1157 views)
jjkaczor is offline   Reply With Quote
Old 09-05-2002   #3 (permalink)
renderman
Drunken Stumbler
 
renderman's Avatar
 
Join Date: Jun 2002
Location: Anywhere but Utah
Posts: 1,803
You did the work, I just asked the question 'Why not?' and you ran with it.

Can't wait to try it tonight.
renderman is offline   Reply With Quote
Old 09-05-2002   #4 (permalink)
Thunderforge
Registered Member
 
Thunderforge's Avatar
 
Join Date: Jun 2002
Location: Florida
Posts: 342
thx jjk

Does the link in the orignal post point to the newest version of the script?
__________________
Back to the forge,
TF
Thunderforge is offline   Reply With Quote
Old 09-05-2002   #5 (permalink)
jjkaczor
'family guy' stumbler
 
jjkaczor's Avatar
 
Join Date: Jul 2002
Location: Calgary
Posts: 269
Quote:
Originally posted by Thunderforge
thx jjk

Does the link in the orignal post point to the newest version of the script?
The newest version is attached as a ZIP to the original post. The link in the post is my email. At this point, what with press releases, lack of originality in my forum handle, it's not like people can't find me if they want to, there is no point not including my email.

Render, yeah well this ones gonna cost you a brew next time. I was up/out till 2am ensuring this worked (and it didn't a nasty bug, fixed it this morning at Tim Hortons)... yeah, you sparked the idea, but I still want the brew...
jjkaczor is offline   Reply With Quote
Old 09-05-2002   #6 (permalink)
renderman
Drunken Stumbler
 
renderman's Avatar
 
Join Date: Jun 2002
Location: Anywhere but Utah
Posts: 1,803
Beer + Coding = Creative, unreadable, but working code.

If you keep making the scripts, I don't think the folks here in the forum will mind me keeping you in beer.

Gimmie a day and I'll set you up with a section on my site to host these scripts. I'll PM you the info
renderman is offline   Reply With Quote
Old 09-05-2002   #7 (permalink)
jjkaczor
'family guy' stumbler
 
jjkaczor's Avatar
 
Join Date: Jul 2002
Location: Calgary
Posts: 269
Hmmm, well, I have to admit there were several coffee's after the schooner.

Upcoming features:
- currently I only "circle" new AP's, in the next version I "may' circle existing items with lighter shades, depending on signal strength. Remember this is not an "accurate" visual, as I only have summary info... wait... aha

- depending on the number of new AP's found, I could map several circles one inside the other, instead of 1 large circle.

- as well, the "vehicle" pointer becomes obscured by the trail. I may remove the pushpin for vehicle display, and use an arrow-head, trying to approximate current direction (we have last known coords, and current coords, so some Lat/Long math will be involved) Unfortunately you can't control the ZOrder for pushpins, or I could just move the indicator to top.
jjkaczor is offline   Reply With Quote
Old 09-05-2002   #8 (permalink)
jjkaczor
'family guy' stumbler
 
jjkaczor's Avatar
 
Join Date: Jul 2002
Location: Calgary
Posts: 269
Just a note or two:

- I think I had fixed the bug, but if you see MapPoint hanging with an odd numeric error number, or if Netstumbler displays the classic ("Another program is not responding: Switch to, Retry, Cancel") dialog, please let me know.

If this happens, you will have to kill Netstumbler & Mappoint in-memory. Then, to prevent it happening again, you can modify the registry, so Netstumbler doesn't auto-load this script on startup.

HKEY_CURRENT_USER\Software\Bogosoft\NetStumbler\Se ttings

Modify the "Script Type" key, and set the value to "1", this will return NetStumbler back to the default script, next time you load it.

I believe this bug was caused by my attempts to draw a trail, and when "stalled" at a red/light, or parked, it would attempt to draw a polyline with the same begin/end coordinates.

Or... NetStumbler is overloading the speed at which I can script MapPoint, so I put a 4-second delay in the tracking routine, if you don't like how the track is displayed, you could decrease this.

The delay does NOT "halt" netstumbler, it just exits without doing any work if less than 4 seconds have elapsed since the last trail draw.

I have't seen it since this morning, this is a "just-in-case", it happens to you.
jjkaczor is offline   Reply With Quote
Old 09-05-2002   #9 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Kickass! Now all you need is a catchy name

Like MapTracker or RouteRanger or Active PointPlotter or something...
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html

Last edited by Eyecannon : 09-05-2002 at 05:49 PM.
Eyecannon is offline   Reply With Quote
Old 09-05-2002   #10 (permalink)
Thunderforge
Registered Member
 
Thunderforge's Avatar
 
Join Date: Jun 2002
Location: Florida
Posts: 342
Quote:
Originally posted by jjkaczor


The newest version is attached as a ZIP to the original post. The link in the post is my email.
Sorry, I misspoke. Yeah I meant attachment, not link. Thanks for the update.
__________________
Back to the forge,
TF
Thunderforge is offline   Reply With Quote
Old 09-05-2002   #11 (permalink)
c-mag
Onomatostumbler
 
c-mag's Avatar
 
Join Date: May 2002
Location: Golden, BC, Canada
Posts: 627
Quote:
Originally posted by Eyecannon
Kickass! Now all you need is a catchy name

Like MapTracker or RouteRanger or Active PointPlotter or something...
NetTracker?
__________________
Stumblematopoeia!
c-mag is offline   Reply With Quote
Old 09-05-2002   #12 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by c-mag


NetTracker?
mmm i kinda like that! It would be nice to get 'wireless' in there somewhere...
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-05-2002   #13 (permalink)
c-mag
Onomatostumbler
 
c-mag's Avatar
 
Join Date: May 2002
Location: Golden, BC, Canada
Posts: 627
NetTracker Wireless?

Wireless NetTracker?

WiNetTracker?

I like the first one.
__________________
Stumblematopoeia!
c-mag is offline   Reply With Quote
Old 09-06-2002   #14 (permalink)
sykojester
Net Lurker - phjear
 
sykojester's Avatar
 
Join Date: Apr 2002
Location: Tallahassee, FL
Posts: 371
WiFi Tracker or WiFi NetTracker
__________________
I was at this place one time & I was like...Wow.
sykojester is offline   Reply With Quote
Old 09-06-2002   #15 (permalink)
apoLLon
Olymp's Stumbler
 
apoLLon's Avatar
 
Join Date: May 2002
Location: /dev/null
Posts: 64
hi there jjkaczor !!
first of all: great work! i like this script, it's really nice!

but ((un)fortunately but(t)s exist ) i have a little problem: everything works fine, except the trail! i don't see the trail, just the moving skull. i checked the *.vbs and the trail is enabled, don't know why this happens...(i have rgm-2000 usb gps)
__________________
|<€€þ !ŧ ®€4|_,

apoLLon

..:: All your 802.11b are belong to us ::..
apoLLon 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 04:24 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.