NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Windows
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 04-10-2004   #1 (permalink)
arcade2600
Registered Member
 
Join Date: Mar 2004
Posts: 2
Linksys WET11 Stumbler

A "stumbler" for Linksys WET11.

Download it here:
http://www.djchrisle.com/wet11/wetstumbler.zip

Screenshot here:
http://www.djchrisle.com/wet11/ss.jpg

about:
I was lucky enough to get a Linksys WET11 to play with, but couldn't find any way to use it as a "stumbler." You can use the little internal web interface, but you have to hit F5 a bunch of times.

So, I wrote this little app that would do everything for you. It's not a stumbler per-se -- It doesn't interface with a GPS system. It will however do a site survey every 2.5 seconds, and display what it finds in a window. There's a lot of things I'd like to add to it later... but it might useful to someone as it is. Besides, this is only a day's worth of code. Think of it as "proof of concept".

Some things you need to know:
1. It uses WGET to download stuff, and the installer is supposed to copy WGET.EXE to your SYSTEM32 windows directory.

2. It's currently hardcoded with the login/password "admin/admin". That's on the todo list.

3. Tested on Windows XP /w Linksys WET11, firmware V 1.5.4....

4. To use it, just type in the IP address of the WET11 and click the survey button. And it will refresh itself every 2.5 seconds.

ItWorksForMe (tm) but if you have problems with it, let me know, I'll see if I can fix it in the next round. If it WorksForYouToo (tm).. enjoy.

Chris.

Disclaimer:
You won't hold me accountable for any of your actions.
arcade2600 is offline   Reply With Quote
Old 04-10-2004   #2 (permalink)
audit
Country Boy.
 
audit's Avatar
 
Join Date: Aug 2002
Location: Deep in the Woods.
Posts: 1,963
Now mirrored here
__________________
audit

Blackberry Outage Mail List. Be the one of first people to know about RIM outages.
audit is offline   Reply With Quote
Old 04-10-2004   #3 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Cewl...

Can't wait for the "Wetstumpler doesn't work with my D-Link Card" noobz
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline   Reply With Quote
Old 04-11-2004   #4 (permalink)
The Others
PeaceDriver
 
The Others's Avatar
 
Join Date: Apr 2002
Location: Dos Palabras, Mandoras
Posts: 2,920
That's ace, well done. Another reason why I want a WET11... If anyone has a version 1 they want to sell, please tell me.

I hope you don't mind, but... I cut and pasted your post onto everyone's favourite wireless wiki. I thought you might like the publicity

Check it out here - http://www.seattlewireless.net/index.cgi/LinksysWET11
__________________
all good ends all

?u=273

Last edited by The Others : 04-11-2004 at 06:06 AM. Reason: seattlewireless
The Others is offline   Reply With Quote
Old 04-11-2004   #5 (permalink)
arcade2600
Registered Member
 
Join Date: Mar 2004
Posts: 2
Thanks to all. No, I don't mind the cut and paste, and I don't mind mirrors either! Feel free. I might release the source code when I feel more comfortable that it works for others, and that it's presentable (comments, cleanup... etc)

Here's whats on my to do list:

- Add an item as opposed to just list ten items. (Like how NetStumbler works)
- Add first seen / last seen column
- Export results to a file (Netstumbler format or my own?)
- Show and change WET11 settings (The code to read is there, just not write)
- Automatically connect to strongest signal
- Line chart of signal strengths for each network
- Get away from using WGET. (I tried to use URLDownloadToFileA, but I didn't know how to clear the cache. It would grab once, and get the same stuff every other time)
- GPS support. (I don't have a GPS. Anyone have any quick ideas how to impliment it or point me in the general direction?)

Wish list:

- I wonder if this could be made into a Streets and Maps Add-in...
- USB to DC adapter? (saw someone used 4 AA batteries)

At some point:

- Official website?

So far the WET11 has been one of the most interesting pieces I've seen. I thought you could build a USB to DC adapter, and use the already built in anatenna adapter to connect the WET11 to anything you buy or build. This is why I'm messing with it as opposed to opening a wireless card and building my own N-conenctor to it. Another interesting thing I thought about is the fact that you can connect it to a switch. I'm not sure what you would do with it there, but might be something to explore.

-chris.

ps, if anyone wants to help out this little project, write me a note.
arcade2600 is offline   Reply With Quote
Old 05-02-2004   #6 (permalink)
l1ndy
Registered Member
 
Join Date: May 2004
Posts: 1
Install problems

When installing Wetsumbler on XP, I can't get past the error msg telling me that URLMON is in use -
*** ERROR: C:\WINDOWS\System32\URLMON.DLL
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.

I have closed all applications, closed everything in my system tray, shut down all processes that I thought could be a problem, and even tried to install in safe mode.

Any ideas of what would likely be using URLMON.DLL?

I tried to install on my Win2K laptop and it doesn't see necessary files and won't install (I know, I know, it was tested on XP not 2K).
l1ndy is offline   Reply With Quote
Old 05-02-2004   #7 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,141
Quote:
Originally Posted by l1ndy
When installing Wetsumbler on XP, I can't get past the error msg telling me that URLMON is in use -
*** ERROR: C:\WINDOWS\System32\URLMON.DLL
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.

I have closed all applications, closed everything in my system tray, shut down all processes that I thought could be a problem, and even tried to install in safe mode.

Any ideas of what would likely be using URLMON.DLL?

I tried to install on my Win2K laptop and it doesn't see necessary files and won't install (I know, I know, it was tested on XP not 2K).
Just did a google for URLMON.DLL and got several interesting hits. I suggest you do the same.
wrzwaldo is offline   Reply With Quote
Old 05-03-2004   #8 (permalink)
Lindy
Registered Member
 
Join Date: Feb 2004
Posts: 1
I had done a google on urlmon also. And did a search of my registry.

The best I can figure is that it is somehow in use by Mozilla even when Mozilla is not running. I guess it's not worth it to me to uninstall my browser/email/contacts mgr/calendar program to be able to see what Wetstumbler does.
Lindy is offline   Reply With Quote
Old 05-06-2004   #9 (permalink)
LiquidEdge
Keeper of the Cheese
 
LiquidEdge's Avatar
 
Join Date: May 2004
Location: San Francisco, CA
Posts: 29
We're a WISP that uses Wet11's for our antenna's. Some of the features you mentioned for it would be awesome.
LiquidEdge is offline   Reply With Quote
Old 05-07-2004   #10 (permalink)
j.i.r.c
Registered Member
 
Join Date: May 2004
Location: in a house
Posts: 1
Posting the source

You had mentioned that you might post the source code. I have been looking all over the net for information that would allow me to do the same thing that you have done with the WET11 with a DWL-810+. I'm afraid I have a rather limited knowledge base when it comes to matters of wi-fi networking protocol. Also if you or any others might have a knowledge of a good reference to refer to that would help one understand more about programming these types of programs in C++, C#, or JAVA I would be most appriciative.

Last edited by j.i.r.c : 05-08-2004 at 09:53 AM.
j.i.r.c is offline   Reply With Quote
Old 01-14-2005   #11 (permalink)
Pulsar_PL
Registered Member
 
Pulsar_PL's Avatar
 
Join Date: Oct 2004
Location: Poznań - Poland
Posts: 14
Thumbs down

My WET11 is on 192.168.3.2. When I turn Survey on True I've got:

Run-time error '9'

Subscript out of range

Please HELP !

I use default login and password: admin. My OS is Windows XP SP2 Polish.
__________________
Pulsar
Wardriving is my passion
Pulsar_PL is offline   Reply With Quote
Old 01-14-2005   #12 (permalink)
Pulsar_PL
Registered Member
 
Pulsar_PL's Avatar
 
Join Date: Oct 2004
Location: Poznań - Poland
Posts: 14
I've found that wget.exe doesn't have some DLL's required to run. I've added:

vsinit.dll, ssleay32.dll, libeay32.dll

And now when i hit survey=true it is waiting about 2 minutes with no results and then I've got the same error .

If someone's got this program running please send me these 3 DLL's .
__________________
Pulsar
Wardriving is my passion
Pulsar_PL is offline   Reply With Quote
Old 01-14-2005   #13 (permalink)
sysadmn
Wireless Novice
 
sysadmn's Avatar
 
Join Date: Jan 2003
Location: in front of the computer, duh!
Posts: 124
Quote:
Originally Posted by arcade2600
- USB to DC adapter? (saw someone used 4 AA batteries)

How picky is it about input voltage? They make car cigarette lighter adapters with USB (and firewire) outputs. They're a little pricey if you buy ones designed for ipod or PDA charging (guess we're used to paying a premium), somewhat cheaper for the generic models.

Google is your friend.
__________________
Wigle Stats:
Total New Discovered Networks with GPS: 996
All Networks Recorded: 1,517
Networks This Month with GPS: 850
First Post: 26-Dec-2004
sysadmn is offline   Reply With Quote
Old 01-23-2005   #14 (permalink)
ranvik
Registered Member
 
Join Date: Jan 2005
Posts: 1
I have a wet11 v2 and dint get the wetstumbler to work. but i have made som programes in my old days. look at www.ranvik.net/totalcopy
the dll mising can be found at: http://www.ranvik.net/prosjekter-privat/wet11stumbler/
that is for the wget to work under windows win2k and winxp.
im working on the error 9"

this well take me some time.... (i dident make this program) by the time im done i probely just make mye own if the creator se this mail me at erik at ranvik dot net

Last edited by ranvik : 06-23-2007 at 06:40 PM.
ranvik 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 12:00 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, 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.