Changes between Version 92 and Version 93 of WikiStart
- Timestamp:
- 07/27/20 13:20:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v92 v93 142 142 To start a negotiation, the http get must include a JSON-serialized [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/browser/protocol/src/main/java/geniusweb/protocol/NegoSettings.java geniusweb.protocol.NegoSettings] header. 143 143 144 145 144 The contents of NegoSettings depends on the type of session/tournament that is to be run and is determined by the protocol. For some more discussion please refer to the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart#NegoSettings GeniusWeb core wiki page]. 146 145 146 The service returns a unique ID which is used to name the log file for this run. 147 147 148 148 This service dumps information into a log file after each session. For a session, the entire final SessionState is written to the log file. For a tournament, a SessionResult (see SessionState#getResult) is apended to the log file after each completed session. 149 149 150 150 === View Running Negotiations