![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Aug 2002
Posts: 10
|
can someone tell me why this doesn't work?
Sub OnScanResult(SSID, BSSID, CapFlags, Signal, Noise, LastSeen) msgbox(SSID) End Sub netstumbler isn't even calling the sub..... i can't figure it out. i'm also having that orinoco configuration problem with win2k and an orinoco gold. every now and then, boom, i just can't see anything anymore. |
|
|
|
|
|
#2 (permalink) | |
|
Peripatetic Stumbler
Join Date: Jun 2002
Location: Motueka
Posts: 219
|
Re: ARG! OnScanResult() + Orinoco Gold problems
Quote:
|
|
|
|
|
|
|
#4 (permalink) | |
|
Peripatetic Stumbler
Join Date: Jun 2002
Location: Motueka
Posts: 219
|
Quote:
|
|
|
|
|
|
|
#5 (permalink) |
|
It's all my fault
Join Date: Apr 2002
Location: Northern California
Posts: 108
|
No promises on when OnScanResult will get used. I am seeing if I can do it in such a way that when tons of data pours in, the machine doesn't grind to a halt. For example, if you use this to add a puspin to a MapPoint map, it will seriously slow everything down.
It's entirely possible that I will change the arguments that I pass in, too. Marius |
|
|
|
|
|
#6 (permalink) |
|
'family guy' stumbler
Join Date: Jul 2002
Location: Calgary
Posts: 269
|
Hey marius, what about a seperate thread, or asynchronous event?
Then add the GPS parameter to the onscanresult, that way we get the GPS param with the result, and even if it is not realtime, we can still have a reasonably *live* map. |
|
|
|