java -cp "clicker.jar;jfreechart-0.9.21.jar;jcommon-0.9.7.jar" Viewer <webserver>Where <webserver> is replaced with the DNS name of your webserver. You will get a window:
The clicker server collects button clicks from the applet on the clicker.html page. When the server receives a button click from the applet, it records the response under the current question. For each question, the server keeps track of which IP addresses have responded (corresponding to individual laptops). When the view reports the results, it has two panes: one which reports results where each IP address is represented once, the other allows multiple responses from each student.
Typical usage involves the instructor asking the question and indicating that a clicker response is desired. Students click in their responses. The instructor clicks the "Results" button on the viewer to see the results (possibly projecting them). When the instructor wants to ask another clicker question, they first click "New" to get a fresh, empty, bucket for the student responses. The instructor can cycle through previously asked questions by using the "Next" and "Prev" buttons. The "Shutdown" button shuts down the server.