JLinksysLogger
A log monitor for the Linksys BEFW11S4. This Java/SWING Application will
listen for SNMP traps from a BEFW11S4 Wireless Access Point Router and
display them in either a SWING GUI or a console window.
Usage
1. Set up Logging on your Linksys Router (see
Linksys
Users Guide).
Note:
The IP Address where you send the log to has to be the IP Address
of the host where you run JLinksysLogger.
2. Download the
JLinksysLogger.jar file.
3. To execute the GUI version of JLinksysLogger, run the following command
in the directory where you saved JLinksysLogger.jar:
java -jar JLinksysLogger.jar
4. To execute the console version of JLinksysLogger, run the following command
in the directory where you saved JLinksysLogger.jar:
java -jar JLinksysLogger.jar --console
Download
JLinksysLogger.tgz
124247 bytes, tar/gzip archive
JLinksysLogger.zip
265085 bytes, zip archive
Change Log
0.91 : Updated 2003.06.14
* Dramatically improved GUI performance by enhancing efficiency of JLinksysLoggerTableModel
* Added feature to open previously created log files
* Added feature to toggle DNS resolution and service name resolution
* Added feature to send output to a console window without building GUI
* Utilized
SourceForge project
Java Simple Argument
Parser to parse command line arguments
0.80 : Initial Release
Now a SourceForge project.