taRadiusClient v2.2

This application is a RADIUS test client which comes along with Tanapro's strong authentication RADIUS server taRadiusSrv (http://www.tanapro.ch). It can be used to test a RADIUS server and to debug it's reply.
Following features are supported:

Installation

The program is written in Eve ( http://www.ewesoft.com) and therefore needs the Eve VM 1.50 or higher.

  1. Download and install the Eve VM
  2. Unzip the files in taRadiusClient.zip to any directory of your choice

Graphical User Interface

To start the client in graphical mode, enter the following command:
Eve taRadiusClient.eve
or
java -cp eve.jar Eve taRadiusClient.eve

Commandline support

If all inputs are passed on the commandline (StrongSudo commands cannot be passed), the application runs without user intervention, writes the output to stdout and returns an errorlevel:

Example:
Eve taRadiusClient.eve localhost 1812 taRadiusSrv testuser testpw
or
java -cp eve.jar Eve taRadiusClient.eve localhost 1812 taRadiusSrv testuser testpw