This is a graphical configuration utility for the Linksys WAP11 wireless access point. Most basic features work now. Features that aren't supported yet either don't have controls in the UI for them, or their controls are disabled.
This software only supports hardware revisions 1.0 and 1.1 of the WAP11. The more recent 2.x series of access points from Linksys uses a completely different hardware design, and doesn't support SNMP configuration at all. If you have a 2.x series WAP11 (you can determine that by looking for the sticker at the bottom of the unit), you can stop reading now. This won't work for you.
The code was developed using KDevelop 2.0, and compiles fine under it, at least for me. You'll need QT 3.x to compile it, probably, and the ucd-snmp distribution. At this stage of development, I wouldn't be surprised if you can't build this on anything but a RedHat 8.0 box - if you're having difficulties, feel free to drop me a note.
*** IMPORTANT NOTE! ***
In order for wap11gui to find its MIB file (AT76C510-MIB.txt), the MIB file
must be installed where other MIB files on your system are. On a RedHat
system, that's /usr/share/snmp/mibs. Alternatively, you should be able to
put it anywhere you like, and reconfigure wap11gui using a command line like:
./configure --with-mibsdir="/home/myself/mibs"
That's handy if you don't have root access.
Known bugs:
- The configuration script needs (a lot) more work. Currently, ucd-snmp, OpenSSL and <sstream> aren't checked for. wap11gui won't compile with net-snmp, even though it should. See the INSTALL file for some workarounds.
Please report bugs, build problems, or just requests to oripessach@users.sourceforge.net. Don't just assume that somebody else reported the problem - you have a chance to save people a lot of trouble and wasted time, so please report those bugs. Thank you.
-Ori Pessach
