External components used by the rat-trap spamtracking-system
This site shows which external open source components were used during the development of the rat-trap spamtracking system.Java Mail
The javax.mail package is a part of the J2EE. Since our packages are all J2SE - based we added the package manually to provide mail-functionality to the rat-trap-linker.
Thinlet
The visualisation client which is shipped with the rat-trap spamtracking system is based on the thinlet GUI toolkit. This toolkit extremly accelerated the development process of the client GUI and made maddin's developer - life a lot easier. ;-)
Traceroute databases
The rat-trap localizer uses some geographical databases which were kindly provided by Mr. Sarang Gupta at his website.
Traceroute wrapper
During my research for a suitable wrapper for the system's traceroute command. I found a very useful code snippet which is slightly modified in order to work with later versions of windows than the windows 98. ;-) Thanks to Terrence Truta.
Ant
Since one important requirement was that the system should installable on different platforms in a relativly easy way we decided to use the Ant build system.