Based on JRadius and Java Swing, the JRadiusSimulator is an open-source stand-alone application designed to test RADIUS application and interconnections by simulating RADIUS traffic. The application uses the JRadius Client API and the generated JRadius Attributes Dictionary to make building and running RADIUS simulations easy.
JRadiusSimulator allows you to:
The above URL is the easiest way to launch JRadiusSimulator provided your system has Java Web Start (but is an older version of JRadius currently). Most current operating systems now support Web Start. See the Java Web Start website for more information.
JRadiusSimualtor can also be launched from the current JRadius release or SVN. The main method is found in class net.jradius.client.gui.JRadiusSimulator and a shell script simulator.sh is found in the release zip files to launch the program.
wget http://dev.coova.org/mvn/net/jradius/jradius-client/1.1.0/jradius-client-1.1.0-release.zip unzip jradius-client-1.1.0-release.zip cd jradius sh simulator.sh
