UsaProxy 1.0 README file: UsaProxy is composed in a jar file. ##### start UsaProxy 1.0 proxy ##### To start the UsaProxy proxy do the following: Being in the UsaProxy1.0 folder open a terminal and type in: java -jar UsaProxy1.0.jar [] [] with : choose a UsaProxy1.0 port (best between 1024 and 65535) optional in the case connections to the internet are routed through another proxy: with : IP address of the gateway proxy with : port of the gateway proxy Examples: java -jar UsaProxy1.0.jar 2727 java -jar UsaProxy1.0.jar 2727 275.275.2.2 81 ##### connect to UsaProx 1.0 proxy ##### To start a usability test using the UsaProxy 1.0 proxy do the following: 1. Go to the respective browser properties menu 2. Register UsaProxy 1.0 as proxy with the respective IP address and port 3. Surf the Web as usual... ##### view the log files ##### 1. Log file log.txt contains all UsaProxy traffic in the form: [] Examples: 141.84.8.77 2005-10-25,11:5:58 http://www.kiko.com/ load width=1280;height=867 141.84.8.77 2005-10-25,11:6:2 http://www.kiko.com/ mousemove x=672;y=7 2. HTTP traffic folder Every HTTP request is stored to an individually named txt-file (increasing index as suffix). All HTML-type server responses are stored to the file the respective request was written to. In addition, for every HTML-type server response a log entry (in log.txt) with the respective individual index is generated. The individual txt-files are stored under "httpTraffic/log" and are named as follows: httpTraffic.txt File httpTraffic.txt (directly under "httpTraffic") contains the current index and should not be altered. You can reset the index to "0" manually by changing the number in httpTraffic.txt - but attention: UsaProxy will start to store traffic to file httpTraffic0.txt (data will be appended in case file already exists) File logHttpTraffic.txt (also directly under "httpTraffic") contains the information if this kind of HTTP traffic logging should take place. If you don't like to have UsaProxy store the HTTP traffic that is produced, change the value into "false".