Changes between Version 64 and Version 65 of WikiStart


Ignore:
Timestamp:
11/28/19 14:21:19 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v64 v65  
    1616
    1717= Using the GUI
    18 After installing and starting, go to ​http://localhost:8080/runserver-1.0.0 (replace 1.0.0 with the version you installed). You should get this page
     18After installing and starting, go to ​http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed). You should get this page
    1919
    2020[[Image(home.png)]]
     
    2525To run a session using the new-session GUI :
    2626
    27 * Go to ​http://localhost:8080/runserver-1.0.0 (replace with correct version) and click on "new session".
     27* Go to ​​http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed) and click on "new session".
    2828* If you get the message "server closed the connection" this indicates that the profilesserver and partiesserver URLs are not valid
    2929* If necessary, enter a valid profilesserver URL in the domain/profile server field
     
    5858To run a tournament using the new-tournament GUI :
    5959
    60 * Go to ​http://localhost:8080/runserver and click on "new tournament".
     60* Go to ​http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed) and click on "new tournament".
    6161* Select N: the number of parties in each session.
    6262* enter a valid profilesserver URL in the domain/profile server field
     
    9696
    9797=== View Running Negotiations
    98 The websocket address {{{ws:..runserver/websocket/running}}} sends updates of the current list of running negotiations. The list is sent as a JSON List of strings, each string being the negotiation ID of the running session.  Every time the list changes, a new complete list is sent to clients listening to the websocket.
     98The websocket address {{{ws:..runserver-X.Y.Z/websocket/running}}} sends updates of the current list of running negotiations. The list is sent as a JSON List of strings, each string being the negotiation ID of the running session.  Every time the list changes, a new complete list is sent to clients listening to the websocket.
    9999
    100100== Viewing the outcome of a negotiation
    101 Logs are available through {{{http:..:8080//runserver/log}}}. The filenames are the Negotiation IDs (shown in the popup after starting a negotiation) extended with ".json".
     101Logs are available through {{{http:..:8080//runserver-X.Y.Z/log}}}. The filenames are the Negotiation IDs (shown in the popup after starting a negotiation) extended with ".json".
    102102
    103103A log file usually is created only after the negotiation (session or tournament) completed. Protocols may opt to write these more frequently but since these logs are public they could be abused by parties, to see what their opponents are doing.